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

Detailed Description

Definition at line 342 of file cgltf.h.

Member Data Documentation

cgltf_buffer_view* cgltf_accessor::buffer_view

Definition at line 351 of file cgltf.h.

cgltf_component_type cgltf_accessor::component_type

Definition at line 345 of file cgltf.h.

cgltf_size cgltf_accessor::count

Definition at line 349 of file cgltf.h.

cgltf_extension* cgltf_accessor::extensions

Definition at line 360 of file cgltf.h.

cgltf_size cgltf_accessor::extensions_count

Definition at line 359 of file cgltf.h.

cgltf_extras cgltf_accessor::extras

Definition at line 358 of file cgltf.h.

cgltf_bool cgltf_accessor::has_max

Definition at line 354 of file cgltf.h.

cgltf_bool cgltf_accessor::has_min

Definition at line 352 of file cgltf.h.

cgltf_bool cgltf_accessor::is_sparse

Definition at line 356 of file cgltf.h.

cgltf_float cgltf_accessor::max[16]

Definition at line 355 of file cgltf.h.

cgltf_float cgltf_accessor::min[16]

Definition at line 353 of file cgltf.h.

char* cgltf_accessor::name

Definition at line 344 of file cgltf.h.

cgltf_bool cgltf_accessor::normalized

Definition at line 346 of file cgltf.h.

cgltf_size cgltf_accessor::offset

Definition at line 348 of file cgltf.h.

cgltf_accessor_sparse cgltf_accessor::sparse

Definition at line 357 of file cgltf.h.

cgltf_size cgltf_accessor::stride

Definition at line 350 of file cgltf.h.

cgltf_type cgltf_accessor::type

Definition at line 347 of file cgltf.h.


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