#version 140 varying vec4 f_color; uniform sampler2D texture; void main(void) { gl_FragColor = texture2D(texture, gl_PointCoord) * f_color; }.
確定! 回上一頁