53 Mesh(
const std::vector<Vertex> &vertices,
const std::vector<uint32_t> &indices,
Defines the Texture class that serves as an abstraction over OpenGL textures.
Mesh(const std::vector< Vertex > &vertices, const std::vector< uint32_t > &indices, std::vector< Texture * > textures)
Constructs a Mesh object.
Definition: Mesh.cpp:9