Struct DxShaderHeader
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX12/Types.h
Syntax
public struct DxShaderHeader
Fields
SrDimensions
The SRV dimensions per-slot.
Declaration
public byte SrDimensions[32]
Field Value
byte
|
UaDimensions
The UAV dimensions per-slot.
Declaration
public byte UaDimensions[4]
Field Value
byte
|