Files
HL2Overcharged/materialsystem/stdshaders/unlitgeneric_notexture_ps11.fxc
2025-05-21 21:20:08 +03:00

9 lines
105 B
Plaintext

struct PS_INPUT
{
float4 vColor0 : COLOR0;
};
float4 main( PS_INPUT i ) : COLOR
{
return i.vColor0;
}