Conscience Core
Public Member Functions | Public Attributes | List of all members
tinygltf::Texture Struct Reference

#include <tiny_gltf.h>

Public Member Functions

 Texture ()=default
 
bool operator== (const Texture &) const
 

Public Attributes

std::string name
 
int sampler {-1}
 
int source {-1}
 
Value extras
 
ExtensionMap extensions
 
std::string extras_json_string
 
std::string extensions_json_string
 

Constructor & Destructor Documentation

◆ Texture()

tinygltf::Texture::Texture ( )
default

Member Function Documentation

◆ operator==()

bool tinygltf::Texture::operator== ( const Texture ) const

Member Data Documentation

◆ extensions

ExtensionMap tinygltf::Texture::extensions

◆ extensions_json_string

std::string tinygltf::Texture::extensions_json_string

◆ extras

Value tinygltf::Texture::extras

◆ extras_json_string

std::string tinygltf::Texture::extras_json_string

◆ name

std::string tinygltf::Texture::name

◆ sampler

int tinygltf::Texture::sampler {-1}

◆ source

int tinygltf::Texture::source {-1}

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