Advertisement
Guest User

FragmentShader

a guest
Nov 24th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #version 150 core
  2.  
  3. in vec4 pass_Color;
  4.  
  5. out vec4 out_Color;
  6.  
  7. void main()
  8. {
  9. gl_FragColor = pass_Color;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement