sockscape/resources/client/shaders/test.vert

5 lines
83 B
GLSL

attribute vec2 aPosition;
void main() {
gl_Position = vec4(aPosition, 0, 1);
}