Permalink
Cannot retrieve contributors at this time
9 lines (7 sloc)
139 Bytes
|
#ifdef GL_ES |
|
precision mediump float; |
|
#endif |
|
|
|
varying vec2 v_texCoord0; |
|
|
|
void main() { |
|
gl_FragColor = vec4(v_texCoord0, 0.0, 1.0); |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.