Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::importer::imported_texture Struct 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()}
 

Detailed Description

Definition at line 17 of file mesh_importer.h.

Member Data Documentation

◆ embedded_index

int unravel::importer::imported_texture::embedded_index {-1}

Definition at line 22 of file mesh_importer.h.

◆ flags

uint32_t unravel::importer::imported_texture::flags {std::numeric_limits<uint32_t>::max()}

Definition at line 24 of file mesh_importer.h.

◆ inverse

bool unravel::importer::imported_texture::inverse {}

Definition at line 21 of file mesh_importer.h.

◆ name

std::string unravel::importer::imported_texture::name

Definition at line 19 of file mesh_importer.h.

◆ process_count

int unravel::importer::imported_texture::process_count {}

Definition at line 23 of file mesh_importer.h.

◆ semantic

std::string unravel::importer::imported_texture::semantic

Definition at line 20 of file mesh_importer.h.


The documentation for this struct was generated from the following file: