This commit is contained in:
Sasha Szpakowski
2024-12-25 20:18:57 -04:00
parent a275d78e12
commit f27a1c24b3
426 changed files with 22204 additions and 16006 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
#if D3D12
#define REG(reg, space) register(reg, space)
#else
#define REG(reg, space) register(reg)
#endif
cbuffer UBO : REG(b0, space1)
{
@@ -32,4 +28,4 @@ VSOutput VSMain(VSInput input)
float4 PSMain(VSOutput input) : SV_Target0
{
return input.Color;
}
}