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::Render::DynamicPrimitiveData Struct Reference

#include <AuxGeomBase.h>

Public Attributes

PrimitiveBuffer m_primitiveBuffer
 State for each dynamic primitive draw.
 
VertexBuffer m_vertexBuffer
 The vertices for all dynamic verts.
 
IndexBuffer m_indexBuffer
 The indices for all dynamic primitives.
 

Detailed Description

We have a single index and vertex buffer for all dynamic primitives. Each AuxGeom API call is a separate draw call


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