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

Public Member Functions

 AZ_TYPE_INFO (DrawArguments, "B8127BDE-513E-4D5C-98C2-027BA1DE9E6E")
 
 DrawArguments (const DrawIndexed &indexed)
 
 DrawArguments (const DrawLinear &linear)
 
 DrawArguments (const DrawIndirect &indirect)
 

Public Attributes

DrawType m_type
 
union {
   DrawIndexed   m_indexed
 
   DrawLinear   m_linear
 
   DrawIndirect   m_indirect
 
}; 
 

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