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

11 lines
142 B
GLSL
Raw Normal View History

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