Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/shaders/gpu_shader_smoke_frag.glsl')
-rw-r--r--source/blender/gpu/shaders/gpu_shader_smoke_frag.glsl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/gpu/shaders/gpu_shader_smoke_frag.glsl b/source/blender/gpu/shaders/gpu_shader_smoke_frag.glsl
index fcb385ed30a..1bf57f0dcc2 100644
--- a/source/blender/gpu/shaders/gpu_shader_smoke_frag.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_smoke_frag.glsl
@@ -1,13 +1,8 @@
-#if __VERSION__ == 120
- varying vec3 coords;
- #define fragColor gl_FragColor
-#else
in vec3 coords;
out vec4 fragColor;
#define texture1D texture
#define texture3D texture
-#endif
uniform vec3 active_color;
uniform float step_size;