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::Vulkan::RenderPass::AttachmentLoadStoreAction Struct Reference

#include <RenderPass.h>

Public Member Functions

 AttachmentLoadStoreAction (const RHI::AttachmentLoadStoreAction &loadStoreAction)
 
AttachmentLoadStoreAction operator= (const RHI::AttachmentLoadStoreAction &loadStoreAction)
 

Public Attributes

RHI::AttachmentLoadAction m_loadAction = RHI::AttachmentLoadAction::Load
 
RHI::AttachmentStoreAction m_storeAction = RHI::AttachmentStoreAction::Store
 
RHI::AttachmentLoadAction m_loadActionStencil = RHI::AttachmentLoadAction::Load
 
RHI::AttachmentStoreAction m_storeActionStencil = RHI::AttachmentStoreAction::Store
 

Detailed Description

Describes the load and store actions of an attachment. It's almost the same as the RHI version but without the clear color. We need to remove it so it doesn't affect the hash calculation.


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