FreeWRL / FreeX3D 4.3.0
cgltf_file_options Struct Reference

Data Fields

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

Detailed Description

Definition at line 135 of file cgltf.h.

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

Definition at line 137 of file cgltf.h.

◆ release

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

Definition at line 138 of file cgltf.h.

◆ user_data

void* cgltf_file_options::user_data

Definition at line 139 of file cgltf.h.


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