Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version 330 core
  2. in vec4 inColor;
  3. out vec4 outColor;
  4.  
  5. void main()
  6. {
  7.     outColor = inColor;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement