xtreemtest/client/shaders/stars_shader/opengl_vertex.glsl

5 lines
70 B
Plaintext
Raw Normal View History

2022-10-08 23:16:13 +02:00
void main(void)
{
gl_Position = mWorldViewProj * inVertexPosition;
}