Go to the source code of this file.
|
bool | loadImageDataFunc (tinygltf::Image *image, const int imageIndex, std::string *error, std::string *warning, int req_width, int req_height, const unsigned char *bytes, int size, void *userData) |
|
bool | loadImageDataFuncEmpty (tinygltf::Image *image, const int imageIndex, std::string *error, std::string *warning, int req_width, int req_height, const unsigned char *bytes, int size, void *userData) |
|
◆ STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION |
◆ TINYGLTF_IMPLEMENTATION
#define TINYGLTF_IMPLEMENTATION |
◆ TINYGLTF_NO_STB_IMAGE_WRITE
#define TINYGLTF_NO_STB_IMAGE_WRITE |
◆ loadImageDataFunc()
bool loadImageDataFunc |
( |
tinygltf::Image * | image, |
|
|
const int | imageIndex, |
|
|
std::string * | error, |
|
|
std::string * | warning, |
|
|
int | req_width, |
|
|
int | req_height, |
|
|
const unsigned char * | bytes, |
|
|
int | size, |
|
|
void * | userData ) |
◆ loadImageDataFuncEmpty()
bool loadImageDataFuncEmpty |
( |
tinygltf::Image * | image, |
|
|
const int | imageIndex, |
|
|
std::string * | error, |
|
|
std::string * | warning, |
|
|
int | req_width, |
|
|
int | req_height, |
|
|
const unsigned char * | bytes, |
|
|
int | size, |
|
|
void * | userData ) |