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