Advertisement
Guest User

test.frag

a guest
Oct 10th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version 330 core
  2. out vec3 color;
  3.  
  4. void main(){
  5.     color = vec3(1, 1, 0);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement