Guest User

fragmentshader

a guest
Sep 13th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #version 330 core
  2.  
  3. out vec3 color;
  4.  
  5. void main() {
  6. color = vec3(1, 0, 1);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment