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::FrameGraphExecuteGroup::InitRequest Struct Reference

#include <FrameGraphExecuteGroup.h>

Public Attributes

ScopeId m_scopeId
 The scope id used for all the contexts in this group (one context for each command list).
 
uint32_t m_submitCount = 0
 The submit count for the scope.
 
CommandList *const * m_commandLists = nullptr
 
uint32_t m_commandListCount = 0
 The number of command lists in the array.
 
JobPolicy m_jobPolicy = JobPolicy::Serial
 The job policy used for this group.
 

Detailed Description

Used when a context group consists of a single scope partitioned across several command lists. Must be called by the derived class at initialization time.

Member Data Documentation

◆ m_commandLists

CommandList* const* AZ::RHI::FrameGraphExecuteGroup::InitRequest::m_commandLists = nullptr

The ordered array of command lists in the group. This can be null if the user wishes to assign command lists at context begin time.


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