Advertisement
codeanticode

elevated vertex shader

May 9th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. attribute vec2 inVertex;
  2. void main() {
  3. gl_Position = vec4(inVertex, 0, 1);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement