opengl_vertex.glsl 70 B

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