Skip to content

Instantly share code, notes, and snippets.

@cwabbott0
Created June 10, 2013 02:44
Show Gist options
  • Save cwabbott0/5746212 to your computer and use it in GitHub Desktop.
Save cwabbott0/5746212 to your computer and use it in GitHub Desktop.
really simple vertex shader
attribute vec4 aPosition;
void main() {
gl_Position = aPosition;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment