Created
November 13, 2016 07:10
-
-
Save TheOpenDevProject/bcb722a5fbe74ce2d48cdff8800bb77a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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