5 lines
No EOL
83 B
GLSL
5 lines
No EOL
83 B
GLSL
attribute vec2 aPosition;
|
|
|
|
void main() {
|
|
gl_Position = vec4(aPosition, 0, 1);
|
|
} |