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::InitMergedRequest Struct Reference

#include <FrameGraphExecuteGroup.h>

Classes

struct  ScopeEntry
 

Public Attributes

CommandListm_commandList = nullptr
 
const ScopeEntrym_scopeEntries = nullptr
 An ordered list of scope ids and submit counts in the group.
 
uint32_t m_scopeCount = 0
 The number of scopes in the ScopeEntry array.
 

Detailed Description

Used when a context group consists of a single command list partitions across several scopes. Must be called by the derived class at initialization time. This type of group only supports JobPolicy::Serial usage (this is because command lists are not thread-safe).

Member Data Documentation

◆ m_commandList

CommandList* AZ::RHI::FrameGraphExecuteGroup::InitMergedRequest::m_commandList = nullptr

The command list shared by all scopes in the group. This can be null if the user wishes to fill in the command list at context creation time.


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