Inherits AZ::RHI::PipelineLayoutDescriptor.
|
|
| AZ_RTTI (PipelineLayoutDescriptor, "{1A456415-2028-42E5-A771-61A0E41CF39D}", Base) |
| |
|
| AZ_CLASS_ALLOCATOR (PipelineLayoutDescriptor, AZ::SystemAllocator) |
| |
|
| 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.
|
| |
|
|
template<typename , typename > |
| struct | AnyTypeInfoConcept |
| |
|
template<typename , bool , bool > |
| struct | Serialize::InstanceFactory |
| |
The documentation for this class was generated from the following file:
- Gems/Atom/RHI/Null/Code/Include/Atom/RHI.Reflect/Null/PipelineLayoutDescriptor.h