woscope/shaders/vsProgress.glsl

6 wiersze
101 B
GLSL

precision highp float;
attribute vec2 aPos;
void main (void) {
gl_Position = vec4(aPos, 1, 1);
}