libsf3
|
#include <sf3_model.h>
Data Fields | |
struct sf3_identifier | identifier |
uint8_t | vertex_format |
The vertex attribute format description. | |
uint8_t | material_type |
The material type description. | |
uint32_t | material_size |
The size of the textures array in octets. | |
sf3_str16 | textures [] |
struct sf3_identifier sf3_model::identifier |
Definition at line 63 of file sf3_model.h.
uint32_t sf3_model::material_size |
The size of the textures array in octets.
Definition at line 69 of file sf3_model.h.
uint8_t sf3_model::material_type |
The material type description.
Definition at line 67 of file sf3_model.h.
sf3_str16 sf3_model::textures[] |
Definition at line 70 of file sf3_model.h.
uint8_t sf3_model::vertex_format |
The vertex attribute format description.
Definition at line 65 of file sf3_model.h.