mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 17:46:00 +08:00
Moved Shaders src to CodeWalker.Shaders
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
cbuffer PSSunVars : register(b0)
|
||||
{
|
||||
float4 Colour;
|
||||
}
|
||||
|
||||
|
||||
float4 main() : SV_TARGET
|
||||
{
|
||||
return Colour;
|
||||
}
|
||||
Reference in New Issue
Block a user