Remove unneeded varying in sky.frag.
This commit is contained in:
parent
da4896c3d8
commit
9f83b1ab76
@ -4,10 +4,8 @@ uniform vec2 screen;
|
||||
|
||||
|
||||
#if __VERSION__ >= 130
|
||||
in vec2 uv;
|
||||
out vec4 FragColor;
|
||||
#else
|
||||
varying vec2 uv;
|
||||
#define FragColor gl_FragColor
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user