godot/drivers/gles2/shaders
Lucas Ângelo 29dcb7a0d2
Trunc shader function fixed
the 'trunc' function was comparing integers with floats using the '>' operator, which is not supported in Android. This issue is now gone.

(cherry picked from commit 9f68b4fea3)
2021-12-21 12:23:19 +01:00
..
SCsub Remove unused built-in GLES2 shaders 2021-10-15 17:41:31 +02:00
canvas.glsl Convert output of GLES2 to linear color space if keep_3d_linear is enabled 2021-08-23 15:59:56 +10:00
canvas_shadow.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
copy.glsl clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
cube_to_dp.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
cubemap_filter.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
effect_blur.glsl Add high quality glow mode 2021-08-11 17:00:41 +02:00
lens_distorted.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
scene.glsl clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
stdlib.glsl Trunc shader function fixed 2021-12-21 12:23:19 +01:00
tonemap.glsl clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00