766d56027c
This properly reflects the modularity of the code, and it simplifies indentation and syntax highlighting.
7 lines
79 B
GLSL
7 lines
79 B
GLSL
#version 300 es
|
|
|
|
in vec4 position;
|
|
|
|
void main() {
|
|
gl_Position = position;
|
|
} |