Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version 330
  2.  
  3. in vec2 vertex_position;
  4.  
  5. void main(void)
  6. {
  7.     gl_Position = vec4(vertex_position, 0.0, 1.0);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement