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

#include <cgltf.h>

Public Attributes

char * name
 
cgltf_component_type component_type
 
cgltf_bool normalized
 
cgltf_type type
 
cgltf_size offset
 
cgltf_size count
 
cgltf_size stride
 
cgltf_buffer_viewbuffer_view
 
cgltf_bool has_min
 
cgltf_float min [16]
 
cgltf_bool has_max
 
cgltf_float max [16]
 
cgltf_bool is_sparse
 
cgltf_accessor_sparse sparse
 
cgltf_extras extras
 
cgltf_size extensions_count
 
cgltf_extensionextensions
 

Member Data Documentation

◆ buffer_view

cgltf_buffer_view* cgltf_accessor::buffer_view

◆ component_type

cgltf_component_type cgltf_accessor::component_type

◆ count

cgltf_size cgltf_accessor::count

◆ extensions

cgltf_extension* cgltf_accessor::extensions

◆ extensions_count

cgltf_size cgltf_accessor::extensions_count

◆ extras

cgltf_extras cgltf_accessor::extras

◆ has_max

cgltf_bool cgltf_accessor::has_max

◆ has_min

cgltf_bool cgltf_accessor::has_min

◆ is_sparse

cgltf_bool cgltf_accessor::is_sparse

◆ max

cgltf_float cgltf_accessor::max[16]

◆ min

cgltf_float cgltf_accessor::min[16]

◆ name

char* cgltf_accessor::name

◆ normalized

cgltf_bool cgltf_accessor::normalized

◆ offset

cgltf_size cgltf_accessor::offset

◆ sparse

cgltf_accessor_sparse cgltf_accessor::sparse

◆ stride

cgltf_size cgltf_accessor::stride

◆ type

cgltf_type cgltf_accessor::type

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