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

5 lines
115 B
Scala

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