|
| Mesh (const Mesh &other)=default |
|
| Mesh (Mesh &&other)=default |
|
Mesh & | operator= (const Mesh &other) |
|
Mesh & | operator= (Mesh &&other) noexcept |
|
const Bounds & | getBounds () const |
|
|
| Mesh (Scene &scene) |
|
void | load (const asset::Scene &scene, const asset::Mesh &mesh) |
|
void | recordDrawcalls (const glm::mat4 &viewProjection, PushConstants &pushConstants, std::vector< DrawcallInfo > &drawcalls, const RecordMeshDrawcallFunction &record) |
|
size_t | getDrawcallCount () const |
|
The documentation for this class was generated from the following files: