Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1.  
  2. var vertexShader = "\n\  
  3.  attribute vec2 position;\n\  
  4.  void main(void) {\n\
  5.     gl_Position = vec4(position, 0., 1.);\n\
  6.  }";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement