tec::VertexGroup
#include <vertex-buffer-object.hpp>
Public Attributes
| Name | |
|---|---|
| std::shared_ptr< Material > | material |
| GLuint | mesh_group_number |
| GLuint | index_count |
| GLuint | starting_offset |
Public Attributes Documentation
variable material
std::shared_ptr< Material > material;
variable mesh_group_number
GLuint mesh_group_number {0};
variable index_count
GLuint index_count {0};
variable starting_offset
GLuint starting_offset {0};
Updated on 2022-07-24 at 19:27:35 +0000