Unravel Engine C++ Reference
Loading...
Searching...
No Matches
GeometryT< MaxHandlesT >::Geometry Struct Reference

Public Member Functions

 Geometry ()
 

Public Attributes

bgfx::VertexBufferHandle m_vbh
 
bgfx::IndexBufferHandle m_ibh
 
uint32_t m_topologyNumIndices [2]
 

Detailed Description

template<uint16_t MaxHandlesT = DEBUG_DRAW_CONFIG_MAX_GEOMETRY>
struct GeometryT< MaxHandlesT >::Geometry

Definition at line 450 of file debugdraw.cpp.

Constructor & Destructor Documentation

◆ Geometry()

template<uint16_t MaxHandlesT = DEBUG_DRAW_CONFIG_MAX_GEOMETRY>
GeometryT< MaxHandlesT >::Geometry::Geometry ( )
inline

Definition at line 452 of file debugdraw.cpp.

Member Data Documentation

◆ m_ibh

template<uint16_t MaxHandlesT = DEBUG_DRAW_CONFIG_MAX_GEOMETRY>
bgfx::IndexBufferHandle GeometryT< MaxHandlesT >::Geometry::m_ibh

Definition at line 461 of file debugdraw.cpp.

◆ m_topologyNumIndices

template<uint16_t MaxHandlesT = DEBUG_DRAW_CONFIG_MAX_GEOMETRY>
uint32_t GeometryT< MaxHandlesT >::Geometry::m_topologyNumIndices[2]

Definition at line 462 of file debugdraw.cpp.

◆ m_vbh

template<uint16_t MaxHandlesT = DEBUG_DRAW_CONFIG_MAX_GEOMETRY>
bgfx::VertexBufferHandle GeometryT< MaxHandlesT >::Geometry::m_vbh

Definition at line 460 of file debugdraw.cpp.


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