bgfx/examples/28-wireframe/varying.def.sc

8 lines
234 B
Python
Raw Normal View History

vec3 v_view : TEXCOORD0 = vec3(0.0, 0.0, 0.0);
vec3 v_bc : TEXCOORD1 = vec3(0.0, 0.0, 0.0);
vec3 v_normal : NORMAL = vec3(0.0, 0.0, 1.0);
vec3 a_position : POSITION;
vec3 a_color1 : COLOR1;
vec3 a_normal : NORMAL;