|
|
| AZ_RTTI (PipelineLayoutDescriptor, "{A10B0F03-F43D-4462-9306-66195B4EFC46}", Base) |
| |
|
| AZ_CLASS_ALLOCATOR (PipelineLayoutDescriptor, AZ::SystemAllocator) |
| |
|
void | SetRootConstantBinding (const RootConstantBinding &rootConstantBinding) |
| |
|
const RootConstantBinding & | GetRootConstantBinding () const |
| |
|
void | AddShaderResourceGroupVisibility (const ShaderResourceGroupVisibility &shaderResourceGroupVisibility) |
| |
|
const ShaderResourceGroupVisibility & | GetShaderResourceGroupVisibility (uint32_t index) const |
| |
|
| AZ_RTTI (PipelineLayoutDescriptor, "{F2901A0F-9700-49E9-A266-55DCF1E39CF9}") |
| |
|
| AZ_CLASS_ALLOCATOR (PipelineLayoutDescriptor, AZ::SystemAllocator) |
| |
|
bool | IsFinalized () const |
| |
|
void | Reset () |
| | Resets the descriptor back to an empty state.
|
| |
|
void | AddShaderResourceGroupLayoutInfo (const ShaderResourceGroupLayout &layout, const ShaderResourceGroupBindingInfo &shaderResourceGroupInfo) |
| | Adds the layout info of shader resource group, ordered by frequency of update.
|
| |
|
void | SetRootConstantsLayout (const ConstantsLayout &rootConstantsLayout) |
| | Sets the layout of inline constants.
|
| |
| RHI::ResultCode | Finalize () |
| |
|
size_t | GetShaderResourceGroupLayoutCount () const |
| | Returns the number of shader resource group layouts added to this pipeline layout.
|
| |
|
const ShaderResourceGroupLayout * | GetShaderResourceGroupLayout (size_t index) const |
| | Returns the shader resource group layout pointer at the requested index.
|
| |
|
const ShaderResourceGroupBindingInfo & | GetShaderResourceGroupBindingInfo (size_t index) const |
| | Returns the shader resource group binding info at the requested index.
|
| |
|
const ConstantsLayout * | GetRootConstantsLayout () const |
| | Returns the inline constants layout.
|
| |
|
HashValue64 | GetHash () const |
| | Returns the hash computed for the pipeline layout.
|
| |
|
uint32_t | GetShaderResourceGroupIndexFromBindingSlot (uint32_t bindingSlot) const |
| | Converts from an SRG binding slot to a shader resource group index.
|
| |