Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version 410 core
  2.  
  3. layout(location = 0) out vec4 color;
  4.  
  5. void main()
  6. {
  7.     color = vec4(1.0f, 0.0f, 0.0f, 1.0f);
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement