css_enhanced_waf/materialsystem/stdshaders/vertexlitgeneric_lightingonly_overbright2_ps11.fxc

10 lines
121 B
Text
Raw Normal View History

2020-04-22 17:56:21 +01:00
struct PS_INPUT
{
float3 vColor0 : COLOR0;
};
float4 main( PS_INPUT i ) : COLOR
{
return float4( i.vColor0, 1.0 );
}