#version 330 #include void main() { gl_FragData[0] = vec4(1.0, 0.0, 1.0, 1.0); #if MOTIONBLUR_ENABLED gl_FragData[1] = vec4(0.0f); #endif }