Geklmin

SHADE.VS

Jan 8th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #version 400 core
  2.  
  3. layout( location = 0 ) in vec4 vPosition;
  4.  
  5. void
  6. main()
  7. {
  8. gl_Position = vPosition;
  9. }
Add Comment
Please, Sign In to add comment