bgfx/examples/01-cubes/varying.def.sc
2013-02-21 21:07:31 -08:00

4 lines
114 B
Python

vec4 v_color0 : COLOR0 = vec4(1.0, 0.0, 0.0, 1.0);
vec3 a_position : POSITION;
vec4 a_color0 : COLOR0;