bgfx/examples/common/nanovg/varying.def.sc
2014-04-26 23:50:11 -07:00

5 lines
155 B
Scala

vec2 v_position : TEXCOORD0 = vec2(0.0, 0.0);
vec2 v_texcoord0 : TEXCOORD1 = vec2(0.0, 0.0);
vec2 a_position : POSITION;
vec2 a_texcoord0 : TEXCOORD0;