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::FeatureProcessor::RenderPacket Struct Reference

Public Attributes

AZStd::vector< ViewPtrm_views
 The views that are relevant for rendering this frame.
 
RHI::DrawListMask m_drawListMask
 
RHI::JobPolicy m_jobPolicy
 Whether to run jobs in parallel or not (for debugging)
 
class CullingScenem_cullingScene
 

Member Data Documentation

◆ m_drawListMask

RHI::DrawListMask AZ::RPI::FeatureProcessor::RenderPacket::m_drawListMask

A global draw list mask which is a combined mask for all the views. Feature processors can utilize this mask to figure out if it may need to generate the DrawPackets upfront. For example, UI feature processor can skip further processing if it finds out there is no view has UI DrawListTag


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