#include <tiny_gltf.h>
A structure containing all required filesystem callbacks and a pointer to their user data.
| ExpandFilePathFunction tinygltf::FsCallbacks::ExpandFilePath |
| FileExistsFunction tinygltf::FsCallbacks::FileExists |
| GetFileSizeFunction tinygltf::FsCallbacks::GetFileSizeInBytes |
| ReadWholeFileFunction tinygltf::FsCallbacks::ReadWholeFile |
| void* tinygltf::FsCallbacks::user_data |
| WriteWholeFileFunction tinygltf::FsCallbacks::WriteWholeFile |