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::RPI::SlowClearPassData Struct Reference

Custom data for the SlowClearPass. Should be specified in the PassRequest. More...

#include <SlowClearPassData.h>

Inherits AZ::RPI::RenderPassData.

Public Member Functions

 AZ_RTTI (SlowClearPassData, "{5F2C24A4-62D0-4E60-91EC-C207C10D15C6}", RenderPassData)
 
 AZ_CLASS_ALLOCATOR (SlowClearPassData, SystemAllocator)
 
- Public Member Functions inherited from AZ::RPI::RenderPassData
 AZ_RTTI (RenderPassData, "{37DE2402-5BAA-48E5-AAC5-3625DFC06BD6}", PassData)
 
 AZ_CLASS_ALLOCATOR (RenderPassData, SystemAllocator)
 
- Public Member Functions inherited from AZ::RPI::PassData
 AZ_RTTI (PassData, "{F8594AE8-2588-4D64-89E5-B078A46A9AE4}")
 
 AZ_CLASS_ALLOCATOR (PassData, SystemAllocator)
 

Static Public Member Functions

static void Reflect (ReflectContext *context)
 
- Static Public Member Functions inherited from AZ::RPI::RenderPassData
static void Reflect (ReflectContext *context)
 
- Static Public Member Functions inherited from AZ::RPI::PassData
static void Reflect (ReflectContext *context)
 

Public Attributes

RHI::ClearValue m_clearValue
 
- Public Attributes inherited from AZ::RPI::RenderPassData
RHI::ShaderDataMappings m_mappings
 A grouping of values and value names used to bind data to the per-pass shader resource groups.
 
bool m_bindViewSrg = false
 
- Public Attributes inherited from AZ::RPI::PassData
PipelineGlobalConnectionList m_pipelineGlobalConnections
 
Name m_pipelineViewTag
 

Detailed Description

Custom data for the SlowClearPass. Should be specified in the PassRequest.


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