Advertisement
Guest User

Shaderderp

a guest
Feb 10th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version 120
  2.  
  3. in vec4 colorIn;
  4.  
  5. out vec4 colorOut;
  6.  
  7. void main()
  8. {
  9.     colorOut = colorIn;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement