![]() |
Kochol Game Engine
0.1.0
|
Custom vertex declaration. More...
#include <VertexDec.h>
Public Member Functions | |
| VertexDec (core::stringc &sName) | |
| Constructor. | |
| ~VertexDec () | |
| Destructor. | |
| u32 | GetID () |
| Returns the vertex declaration ID. | |
| const core::stringc & | GetName () const |
| Returns the vertex declaration name. | |
Public Attributes | |
| CustomVertex | m_VertexDec |
| For internal use. | |
Protected Attributes | |
| u32 | m_iUID |
| Unique ID. | |
| core::stringc | m_sName |
| The vertex declaration name. | |
Custom vertex declaration.
Definition at line 20 of file VertexDec.h.
| kge::gfx::VertexDec::VertexDec | ( | core::stringc & | sName | ) |
Constructor.
| kge::gfx::VertexDec::~VertexDec | ( | ) |
Destructor.
|
inline |
Returns the vertex declaration ID.
Definition at line 31 of file VertexDec.h.
|
inline |
Returns the vertex declaration name.
Definition at line 34 of file VertexDec.h.
|
protected |
Unique ID.
Definition at line 40 of file VertexDec.h.
|
protected |
The vertex declaration name.
Definition at line 41 of file VertexDec.h.
| CustomVertex kge::gfx::VertexDec::m_VertexDec |
For internal use.
Definition at line 36 of file VertexDec.h.