2021-07-24 21:11:47 -07:00

8 lines
72 B
Plaintext

void main
(
out float4 c : COLOR
)
{
c.rgba = float4( 1, 0, 1, 1 );
}