Unravel Engine C++ Reference
|
#include <mesh_importer.h>
Public Attributes | |
std::string | name |
std::string | semantic |
bool | inverse {} |
int | embedded_index {-1} |
int | process_count {} |
uint32_t | flags {std::numeric_limits<uint32_t>::max()} |
Definition at line 17 of file mesh_importer.h.
int unravel::importer::imported_texture::embedded_index {-1} |
Definition at line 22 of file mesh_importer.h.
uint32_t unravel::importer::imported_texture::flags {std::numeric_limits<uint32_t>::max()} |
Definition at line 24 of file mesh_importer.h.
bool unravel::importer::imported_texture::inverse {} |
Definition at line 21 of file mesh_importer.h.
std::string unravel::importer::imported_texture::name |
Definition at line 19 of file mesh_importer.h.
int unravel::importer::imported_texture::process_count {} |
Definition at line 23 of file mesh_importer.h.
std::string unravel::importer::imported_texture::semantic |
Definition at line 20 of file mesh_importer.h.