Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
cgltf_file_options Struct Reference

#include <cgltf.h>

Public Attributes

cgltf_result(* read )(const struct cgltf_memory_options *memory_options, const struct cgltf_file_options *file_options, const char *path, cgltf_size *size, void **data)
 
void(* release )(const struct cgltf_memory_options *memory_options, const struct cgltf_file_options *file_options, void *data)
 
void * user_data
 

Member Data Documentation

◆ read

cgltf_result(* cgltf_file_options::read) (const struct cgltf_memory_options *memory_options, const struct cgltf_file_options *file_options, const char *path, cgltf_size *size, void **data)

◆ release

void(* cgltf_file_options::release) (const struct cgltf_memory_options *memory_options, const struct cgltf_file_options *file_options, void *data)

◆ user_data

void* cgltf_file_options::user_data

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