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