11 lines
142 B
GLSL
11 lines
142 B
GLSL
|
|
||
|
//#define interlacing
|
||
|
|
||
|
#ifdef interlacing
|
||
|
uniform sampler2D colortex1;
|
||
|
const bool colortex1Clear = false;
|
||
|
|
||
|
uniform int worldTime;
|
||
|
#endif
|
||
|
|