7 lines
83 B
GLSL
7 lines
83 B
GLSL
#version 300 es
|
|
|
|
in vec4 a_position;
|
|
|
|
void main() {
|
|
gl_Position = a_position;
|
|
} |