|
Euphoria
|
Extracted data from a Geom for a specific shader layout so a CompiledGeom can be created. More...
Public Attributes | |
| std::vector< char > | data |
| std::size_t | stride |
| std::vector< ExtractedAttribute > | attributes |
| std::vector< u32 > | indices |
| i32 | face_size |
Extracted data from a Geom for a specific shader layout so a CompiledGeom can be created.
Definition at line 31 of file geom.extract.h.
| std::vector<ExtractedAttribute> eu::core::ExtractedGeom::attributes |
Definition at line 36 of file geom.extract.h.
| std::vector<char> eu::core::ExtractedGeom::data |
Definition at line 33 of file geom.extract.h.
| i32 eu::core::ExtractedGeom::face_size |
Definition at line 38 of file geom.extract.h.
| std::vector<u32> eu::core::ExtractedGeom::indices |
Definition at line 37 of file geom.extract.h.
| std::size_t eu::core::ExtractedGeom::stride |
Definition at line 34 of file geom.extract.h.