Symphony Of Empires
|
#include <mesh.hpp>
Public Member Functions | |
constexpr | MeshData ()=default |
constexpr | MeshData (V _vert, T _tex) |
constexpr | MeshData (V _vert, T _tex, C _color) |
~MeshData ()=default | |
MeshData (const MeshData &)=delete | |
MeshData (MeshData &&) noexcept=default | |
MeshData & | operator= (const MeshData &)=default |
Public Attributes | |
V | vert |
T | tex |
C | color |
Static Public Attributes | |
constexpr static bool | has_color = true |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
default |
|
delete |
|
defaultnoexcept |
|
default |
C Eng3D::MeshData< V, T, C >::color |
|
staticconstexpr |
T Eng3D::MeshData< V, T, C >::tex |
V Eng3D::MeshData< V, T, C >::vert |