Hi I have this fragment shader (GLSL) void main() { gl_FragColor = clamp(gl_TexCoord[0], 0.0, 1.0); return; } Disassembly is: (RV770, ...
確定! 回上一頁