mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
8 lines
152 B
GLSL
8 lines
152 B
GLSL
# version 150
|
|
# extension GL_ARB_explicit_attrib_location : enable
|
|
|
|
layout(location = 0) in vec3 vert;
|
|
|
|
void main() {
|
|
gl_Position = vec4(vert, 1.0);
|
|
} |