Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Null::PipelineLayoutDescriptor Class Referencefinal

Inherits AZ::RHI::PipelineLayoutDescriptor.

Public Member Functions

 AZ_RTTI (PipelineLayoutDescriptor, "{1A456415-2028-42E5-A771-61A0E41CF39D}", Base)
 
 AZ_CLASS_ALLOCATOR (PipelineLayoutDescriptor, AZ::SystemAllocator)
 
- Public Member Functions inherited from AZ::RHI::PipelineLayoutDescriptor
 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 ShaderResourceGroupLayoutGetShaderResourceGroupLayout (size_t index) const
 Returns the shader resource group layout pointer at the requested index.
 
const ShaderResourceGroupBindingInfoGetShaderResourceGroupBindingInfo (size_t index) const
 Returns the shader resource group binding info at the requested index.
 
const ConstantsLayoutGetRootConstantsLayout () 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.
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static RHI::Ptr< PipelineLayoutDescriptorCreate ()
 
- Static Public Member Functions inherited from AZ::RHI::PipelineLayoutDescriptor
static void Reflect (AZ::ReflectContext *context)
 
static RHI::Ptr< PipelineLayoutDescriptorCreate ()
 

Friends

template<typename , typename >
struct AnyTypeInfoConcept
 
template<typename , bool , bool >
struct Serialize::InstanceFactory
 

The documentation for this class was generated from the following file: