Advertisement
Guest User

Untitled

a guest
May 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. precision highp float;
  2. void main ()
  3. {
  4. gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement