Open 3D Engine Atom Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Attributes | |
AZStd::vector< ViewPtr > | m_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 CullingScene * | m_cullingScene |
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