mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-27 21:43:04 +08:00
R26_dev8 - First public commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
cbuffer PSVars : register(b0)
|
||||
{
|
||||
float4 Colour;
|
||||
}
|
||||
|
||||
float4 main() : SV_TARGET
|
||||
{
|
||||
return Colour;
|
||||
}
|
||||
Reference in New Issue
Block a user