naev 0.12.5
cgltf_accessor Struct Reference
Collaboration diagram for cgltf_accessor:

Data Fields

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

Field Documentation

◆ buffer_view

cgltf_buffer_view* cgltf_accessor::buffer_view

Definition at line 349 of file cgltf.h.

◆ component_type

cgltf_component_type cgltf_accessor::component_type

Definition at line 343 of file cgltf.h.

◆ count

cgltf_size cgltf_accessor::count

Definition at line 347 of file cgltf.h.

◆ extensions

cgltf_extension* cgltf_accessor::extensions

Definition at line 358 of file cgltf.h.

◆ extensions_count

cgltf_size cgltf_accessor::extensions_count

Definition at line 357 of file cgltf.h.

◆ extras

cgltf_extras cgltf_accessor::extras

Definition at line 356 of file cgltf.h.

◆ has_max

cgltf_bool cgltf_accessor::has_max

Definition at line 352 of file cgltf.h.

◆ has_min

cgltf_bool cgltf_accessor::has_min

Definition at line 350 of file cgltf.h.

◆ is_sparse

cgltf_bool cgltf_accessor::is_sparse

Definition at line 354 of file cgltf.h.

◆ max

cgltf_float cgltf_accessor::max[16]

Definition at line 353 of file cgltf.h.

◆ min

cgltf_float cgltf_accessor::min[16]

Definition at line 351 of file cgltf.h.

◆ name

char* cgltf_accessor::name

Definition at line 342 of file cgltf.h.

◆ normalized

cgltf_bool cgltf_accessor::normalized

Definition at line 344 of file cgltf.h.

◆ offset

cgltf_size cgltf_accessor::offset

Definition at line 346 of file cgltf.h.

◆ sparse

cgltf_accessor_sparse cgltf_accessor::sparse

Definition at line 355 of file cgltf.h.

◆ stride

cgltf_size cgltf_accessor::stride

Definition at line 348 of file cgltf.h.

◆ type

cgltf_type cgltf_accessor::type

Definition at line 345 of file cgltf.h.


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