mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
7 lines
90 B
GLSL
Executable File
7 lines
90 B
GLSL
Executable File
#version 460 core
|
|
|
|
in vec3 vertPos;
|
|
|
|
void main() {
|
|
gl_Position = vec4(vertPos, 1.0);
|
|
} |