precision mediump float ; uniform vec2 screenSize; // step 1 void main() { vec2 uv = vec2(gl_FragCoord.xy/screenSize.xy); // step 2 ...
確定! 回上一頁