Skip to content

Instantly share code, notes, and snippets.

@msmshazan
Created December 28, 2018 18:58
Show Gist options
  • Save msmshazan/1d44350bd6034e92e7d45d8d9b3142e3 to your computer and use it in GitHub Desktop.
Save msmshazan/1d44350bd6034e92e7d45d8d9b3142e3 to your computer and use it in GitHub Desktop.
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