varying vec2 texture_coor; uniform sampler2D texture; void main() { vec3 col = texture2D(texture,texture_coor).rgb; gl_FragColor.r = pow(col.g-col.b ...
確定! 回上一頁