Advertisement
Giuseppe499

blank.fs

Oct 27th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #version 330 core
  2.  
  3. in vec4 vColor;
  4. out vec4 fragColor;
  5.  
  6. void main()
  7. {
  8.     fragColor = vColor;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement