bgfx/examples/17-drawstress/varying.def.sc

5 lines
114 B
Python
Raw Normal View History

2014-01-19 02:43:16 -05:00
vec4 v_color0 : COLOR0 = vec4(1.0, 0.0, 0.0, 1.0);
vec3 a_position : POSITION;
vec4 a_color0 : COLOR0;