cstrike15_src/materialsystem/ps3gcm/shader_ps_empty.cg
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 );
}