bgfx/examples/01-cubes/varying.def.sc

5 lines
118 B
Python
Raw Normal View History

2012-09-16 20:36:08 -04:00
vec4 v_color0 : COLOR0 = vec4(1.0, 0.0, 0.0, 1.0);
vec3 a_position : POSITION;
2012-10-28 00:34:41 -04:00
vec4 a_color0 : COLOR0;