Conscience Core
Public Attributes | List of all members
tinygltf::FsCallbacks Struct Reference

#include <tiny_gltf.h>

Public Attributes

FileExistsFunction FileExists
 
ExpandFilePathFunction ExpandFilePath
 
ReadWholeFileFunction ReadWholeFile
 
WriteWholeFileFunction WriteWholeFile
 
GetFileSizeFunction GetFileSizeInBytes
 
void * user_data
 

Detailed Description

A structure containing all required filesystem callbacks and a pointer to their user data.

Member Data Documentation

◆ ExpandFilePath

ExpandFilePathFunction tinygltf::FsCallbacks::ExpandFilePath

◆ FileExists

FileExistsFunction tinygltf::FsCallbacks::FileExists

◆ GetFileSizeInBytes

GetFileSizeFunction tinygltf::FsCallbacks::GetFileSizeInBytes

◆ ReadWholeFile

ReadWholeFileFunction tinygltf::FsCallbacks::ReadWholeFile

◆ user_data

void* tinygltf::FsCallbacks::user_data

◆ WriteWholeFile

WriteWholeFileFunction tinygltf::FsCallbacks::WriteWholeFile

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