sussycraft-engine/client/shaders/stars_shader/opengl_vertex.glsl
2023-02-19 21:41:32 +01:00

5 lines
70 B
GLSL

void main(void)
{
gl_Position = mWorldViewProj * inVertexPosition;
}