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::RHI::SubpassInputDescriptor Struct Reference

Describes a subpass input attachment. More...

#include <RenderAttachmentLayout.h>

Public Member Functions

 AZ_TYPE_INFO (SubpassInputDescriptor, "{5E5B933D-8209-4722-8AC5-C3FEA1D75BB3}")
 
bool operator== (const SubpassInputDescriptor &other) const
 
bool operator!= (const SubpassInputDescriptor &other) const
 

Static Public Member Functions

static void Reflect (ReflectContext *context)
 

Public Attributes

uint32_t m_attachmentIndex = 0
 Attachment index that this subpass input references.
 
RHI::ImageAspectFlags m_aspectFlags = RHI::ImageAspectFlags::None
 Aspects that are used by the input (needed by some implementations, like Vulkan, when creating a renderpass with a subpass input)
 

Detailed Description

Describes a subpass input attachment.


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