1 2 3 4 5 6 7 8 9 10
struct vOut { float4 color : COLOR; }; float4 main( vOut input ) : COLOR { return input.color; }