Files
csgo-2018-source/materialsystem/ps3gcm/shader_ps_empty.cg

8 lines
72 B
Plaintext
Raw Normal View History

2021-07-24 21:11:47 -07:00
void main
(
out float4 c : COLOR
)
{
c.rgba = float4( 1, 0, 1, 1 );
}