Added:
- Depth buffer - Debug display basics - Basic vector + matrix maths Made partially with gemini + antigravity
This commit is contained in:
11
Assets/source/RootConstants.hlsl
Normal file
11
Assets/source/RootConstants.hlsl
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ROOT_CONSTANTS_HLSL
|
||||
#define ROOT_CONSTANTS_HLSL
|
||||
|
||||
cbuffer RootConstants : register(b0, space0)
|
||||
{
|
||||
row_major float4x4 ViewProjection;
|
||||
uint BufferIndex;
|
||||
uint _Padding[3];
|
||||
};
|
||||
|
||||
#endif // ROOT_CONSTANTS_HLSL
|
||||
Reference in New Issue
Block a user