PeriDyno 1.0.0
Loading...
Searching...
No Matches
VulkanglTFModel.cpp File Reference
#include "VulkanglTFModel.h"
#include "VkSystem.h"
Include dependency graph for VulkanglTFModel.cpp:

Go to the source code of this file.

Macros

#define TINYGLTF_IMPLEMENTATION
 
#define STB_IMAGE_IMPLEMENTATION
 
#define TINYGLTF_NO_STB_IMAGE_WRITE
 

Functions

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)
 

Macro Definition Documentation

◆ STB_IMAGE_IMPLEMENTATION

#define STB_IMAGE_IMPLEMENTATION

Definition at line 11 of file VulkanglTFModel.cpp.

◆ TINYGLTF_IMPLEMENTATION

#define TINYGLTF_IMPLEMENTATION

Definition at line 10 of file VulkanglTFModel.cpp.

◆ TINYGLTF_NO_STB_IMAGE_WRITE

#define TINYGLTF_NO_STB_IMAGE_WRITE

Definition at line 12 of file VulkanglTFModel.cpp.

Function Documentation

◆ 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 )

Definition at line 25 of file VulkanglTFModel.cpp.

Here is the caller graph for this function:

◆ 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 )

Definition at line 37 of file VulkanglTFModel.cpp.

Here is the caller graph for this function: