2
0

opengl_vertex.glsl 70 B

1234
  1. void main(void)
  2. {
  3. gl_Position = mWorldViewProj * inVertexPosition;
  4. }