mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 19:59:09 +00:00
1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const float4 g_ColorConstant : register( c0 );
|
||||
|
||||
float4 main( void ) : COLOR
|
||||
{
|
||||
return (g_ColorConstant / 2.0);
|
||||
}
|
||||
Reference in New Issue
Block a user