aeon-199x/shaders/module/interlace.frag

10 lines
145 B
GLSL

//#define interlacing
#ifdef interlacing
uniform sampler2D colortex1;
const bool colortex1Clear = false;
uniform int frameCounter;
#endif