Created
December 28, 2018 18:58
-
-
Save msmshazan/1d44350bd6034e92e7d45d8d9b3142e3 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
vec2 v_texcoord0 : TEXCOORD0 = vec2(0.0, 0.0); | |
vec4 v_color0 : COLOR0 = vec4(1.0, 0.0, 0.0, 1.0); | |
vec4 a_color0 : COLOR0; | |
vec3 a_position : POSITION; | |
vec2 a_texcoord0 : TEXCOORD0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment