2025-06-04 03:22:50 +02:00

8 lines
72 B
Plaintext

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