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

11 lines
145 B
GLSL
Raw Permalink Normal View History

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