bgfx/examples/08-update/varying.def.sc
2013-01-06 17:53:45 -08:00

4 lines
119 B
Scala

vec3 v_texcoord0 : TEXCOORD0 = vec3(9.0, 0.0, 0.0);
vec3 a_position : POSITION;
vec3 a_texcoord0 : TEXCOORD0;