mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
struct PS_INPUT
|
||||
{
|
||||
float4 vColor0 : COLOR0;
|
||||
};
|
||||
|
||||
float4 main( PS_INPUT i ) : COLOR
|
||||
{
|
||||
return i.vColor0;
|
||||
}
|
||||
Reference in New Issue
Block a user