gKit2 light
Public Attributes | List of all members
cgltf_accessor Struct Reference

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

Member Data Documentation

◆ name

char* cgltf_accessor::name

Definition at line 327 of file cgltf.h.

◆ component_type

cgltf_component_type cgltf_accessor::component_type

Definition at line 328 of file cgltf.h.

◆ normalized

cgltf_bool cgltf_accessor::normalized

Definition at line 329 of file cgltf.h.

◆ type

cgltf_type cgltf_accessor::type

Definition at line 330 of file cgltf.h.

◆ offset

cgltf_size cgltf_accessor::offset

Definition at line 331 of file cgltf.h.

◆ count

cgltf_size cgltf_accessor::count

Definition at line 332 of file cgltf.h.

◆ stride

cgltf_size cgltf_accessor::stride

Definition at line 333 of file cgltf.h.

◆ buffer_view

cgltf_buffer_view* cgltf_accessor::buffer_view

Definition at line 334 of file cgltf.h.

◆ has_min

cgltf_bool cgltf_accessor::has_min

Definition at line 335 of file cgltf.h.

◆ min

cgltf_float cgltf_accessor::min[16]

Definition at line 336 of file cgltf.h.

◆ has_max

cgltf_bool cgltf_accessor::has_max

Definition at line 337 of file cgltf.h.

◆ max

cgltf_float cgltf_accessor::max[16]

Definition at line 338 of file cgltf.h.

◆ is_sparse

cgltf_bool cgltf_accessor::is_sparse

Definition at line 339 of file cgltf.h.

◆ sparse

cgltf_accessor_sparse cgltf_accessor::sparse

Definition at line 340 of file cgltf.h.

◆ extras

cgltf_extras cgltf_accessor::extras

Definition at line 341 of file cgltf.h.

◆ extensions_count

cgltf_size cgltf_accessor::extensions_count

Definition at line 342 of file cgltf.h.

◆ extensions

cgltf_extension* cgltf_accessor::extensions

Definition at line 343 of file cgltf.h.


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