标签: debugging glsl shader
如何调试OpenGL着色器?例如。:
void main(void) { vec2 uv = gl_FragCoord.xy; gl_FragColor = vec4(uv,222,1); }
有没有办法可以找出uv值是什么?