HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cgltf_memory_options Struct Reference

#include <cgltf.h>

Public Attributes

void *(* alloc_func )(void *user, cgltf_size size)
 
void(* free_func )(void *user, void *ptr)
 
voiduser_data
 

Detailed Description

Definition at line 134 of file cgltf.h.

Member Data Documentation

void *(* cgltf_memory_options::alloc_func)(void *user, cgltf_size size)

Definition at line 136 of file cgltf.h.

void(* cgltf_memory_options::free_func)(void *user, void *ptr)

Definition at line 137 of file cgltf.h.

void * cgltf_memory_options::user_data

Definition at line 138 of file cgltf.h.


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