10 lines
145 B
GLSL
10 lines
145 B
GLSL
|
|
//#define interlacing
|
|
|
|
#ifdef interlacing
|
|
uniform sampler2D colortex1;
|
|
const bool colortex1Clear = false;
|
|
|
|
uniform int frameCounter;
|
|
#endif
|
|
|