Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created November 13, 2016 07:10
Show Gist options
  • Save TheOpenDevProject/bcb722a5fbe74ce2d48cdff8800bb77a to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/bcb722a5fbe74ce2d48cdff8800bb77a to your computer and use it in GitHub Desktop.
#version 150
int vec3 position;
void main()
{
gl_Position = vec4(position, 0.0, 1.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment