HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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)
 
voiduser_data
 

Detailed Description

Definition at line 138 of file cgltf.h.

Member Data Documentation

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 140 of file cgltf.h.

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

Definition at line 141 of file cgltf.h.

void* cgltf_file_options::user_data

Definition at line 142 of file cgltf.h.


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