cgv
Loading...
Searching...
No Matches
fx::gltf::Accessor::Sparse Struct Reference

Classes

struct  Indices
 
struct  Values
 

Public Member Functions

bool empty () const noexcept
 

Public Attributes

int32_t count {}
 
Indices indices {}
 
Values values {}
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 378 of file gltf.h.

Member Function Documentation

◆ empty()

bool fx::gltf::Accessor::Sparse::empty ( ) const
inlinenoexcept

Definition at line 403 of file gltf.h.

Member Data Documentation

◆ count

int32_t fx::gltf::Accessor::Sparse::count {}

Definition at line 397 of file gltf.h.

◆ extensionsAndExtras

nlohmann::json fx::gltf::Accessor::Sparse::extensionsAndExtras {}

Definition at line 401 of file gltf.h.

◆ indices

Indices fx::gltf::Accessor::Sparse::indices {}

Definition at line 398 of file gltf.h.

◆ values

Values fx::gltf::Accessor::Sparse::values {}

Definition at line 399 of file gltf.h.


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