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::ScopeAttachmentDescriptor Struct Reference

Describes the binding of an attachment to a scope. More...

#include <ScopeAttachmentDescriptor.h>

Inherited by AZ::RHI::BufferScopeAttachmentDescriptor, AZ::RHI::ImageScopeAttachmentDescriptor, and AZ::RHI::UnifiedScopeAttachmentDescriptor.

Public Member Functions

 AZ_TYPE_INFO (ScopeAttachmentDescriptor, "{04BBA36D-9A61-4E24-9CA0-7A4307C6A411}")
 
 ScopeAttachmentDescriptor (const AttachmentId &attachmentId, const AttachmentLoadStoreAction &loadStoreAction=AttachmentLoadStoreAction())
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AttachmentId m_attachmentId
 The attachment id associated with the binding.
 
AttachmentLoadStoreAction m_loadStoreAction
 The load/store action for the scope attachment.
 

Detailed Description

Describes the binding of an attachment to a scope.


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