|
Monad Engine da02fba2
> Undercity Codex_
|
#include <VertexLayout.h>
Public Attributes | |
| GLuint | index |
| GLuint | size |
| GLuint | type |
| uint32_t | offset |
Static Public Attributes | |
| static constexpr int | PositionIndex = 0 |
| static constexpr int | ColorIndex = 1 |
| static constexpr int | UVIndex = 2 |
| static constexpr int | NormalIndex = 3 |
Definition at line 8 of file VertexLayout.h.
|
staticconstexpr |
Definition at line 16 of file VertexLayout.h.
Referenced by eng::Mesh::CreateBox(), and eng::ParseGLTFNode().
| GLuint eng::VertexElement::index |
Definition at line 10 of file VertexLayout.h.
Referenced by eng::ParseGLTFNode().
|
staticconstexpr |
Definition at line 18 of file VertexLayout.h.
Referenced by eng::Mesh::CreateBox(), eng::Mesh::CreateSphere(), and eng::ParseGLTFNode().
| uint32_t eng::VertexElement::offset |
Definition at line 13 of file VertexLayout.h.
Referenced by eng::ParseGLTFNode().
|
staticconstexpr |
Definition at line 15 of file VertexLayout.h.
Referenced by eng::Mesh::CreateBox(), eng::Mesh::CreatePlane(), eng::Mesh::CreateSphere(), and eng::ParseGLTFNode().
| GLuint eng::VertexElement::size |
Definition at line 11 of file VertexLayout.h.
Referenced by eng::ParseGLTFNode().
| GLuint eng::VertexElement::type |
Definition at line 12 of file VertexLayout.h.
Referenced by eng::ParseGLTFNode().
|
staticconstexpr |
Definition at line 17 of file VertexLayout.h.
Referenced by eng::Mesh::CreateBox(), eng::Mesh::CreateSphere(), and eng::ParseGLTFNode().