bgfx/examples/08-update/varying.def.sc

5 lines
115 B
Python
Raw Normal View History

2013-02-22 00:07:31 -05:00
vec3 v_texcoord0 : TEXCOORD0 = vec3(9.0, 0.0, 0.0);
vec3 a_position : POSITION;
vec3 a_texcoord0 : TEXCOORD0;