|
Euphoria
|
Represents a Geom on the GPU. More...
Public Member Functions | |
| CompiledGeom (u32, u32, u32, const core::CompiledGeomVertexAttributes &, i32) | |
| ~CompiledGeom () | |
| CompiledGeom (const CompiledGeom &)=delete | |
| CompiledGeom (CompiledGeom &&)=delete | |
| void | operator= (const CompiledGeom &)=delete |
| void | operator= (CompiledGeom &&)=delete |
Public Attributes | |
| u32 | vbo |
| u32 | vao |
| u32 | ebo |
| i32 | number_of_triangles |
| std::unordered_set< core::VertexType > | debug_types |
|
explicit |
| eu::render::CompiledGeom::~CompiledGeom | ( | ) |
|
delete |
|
delete |
|
delete |
|
delete |
| std::unordered_set<core::VertexType> eu::render::CompiledGeom::debug_types |