Files
loop/shader/lighting/wall.vert
T

7 lines
92 B
GLSL

#version 430 core
layout (location = 0) in vec4 poss;
void main()
{
gl_Position = poss;
}