Advertisement
alestane

fragment shader

Jan 25th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #version 150
  2.  
  3. out vec4 outColor;
  4.  
  5. void main() {
  6. outColor = vec4(1.0, 1.0, 1.0, 1.0);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement