|
Cogs.Core
|
Public Member Functions | |
| MeshRep (const MeshRep &)=delete | |
| MeshRep & | operator= (const MeshRep &)=delete |
| MeshRep (MeshRep &&)=default | |
| MeshRep & | operator= (MeshRep &&)=default |
| void | copy (const MeshRep &other) |
Public Attributes | |
| Memory::TypedBuffer< glm::vec3 > | positions |
| Memory::TypedBuffer< glm::vec3 > | normals |
| Memory::TypedBuffer< glm::vec2 > | texcoords |
| Memory::TypedBuffer< glm::vec3 > | tangents |
| Memory::TypedBuffer< uint32_t > | indices |
Definition at line 32 of file CommandHelpers.h.
| void Cogs::Core::MeshRep::copy | ( | const MeshRep & | other | ) |
Definition at line 348 of file CommandHelpers.cpp.
| Memory::TypedBuffer<uint32_t> Cogs::Core::MeshRep::indices |
Definition at line 37 of file CommandHelpers.h.
| Memory::TypedBuffer<glm::vec3> Cogs::Core::MeshRep::normals |
Definition at line 34 of file CommandHelpers.h.
| Memory::TypedBuffer<glm::vec3> Cogs::Core::MeshRep::positions |
Definition at line 33 of file CommandHelpers.h.
| Memory::TypedBuffer<glm::vec3> Cogs::Core::MeshRep::tangents |
Definition at line 36 of file CommandHelpers.h.
| Memory::TypedBuffer<glm::vec2> Cogs::Core::MeshRep::texcoords |
Definition at line 35 of file CommandHelpers.h.