JunkBox_Lib++ (for Windows) 1.10.1
|
#include <GLTFDataTool.h>
Public Attributes | |
uDWord | length |
uDWord | pad |
Buffer * | fname |
tJson * | json |
struct _glb_texture_info * | next |
Definition at line 116 of file GLTFDataTool.h.
Buffer* fname |
Definition at line 119 of file GLTFDataTool.h.
Referenced by GLTFData::freeGLBTextureInfo(), and GLTFData::output_glb().
tJson* json |
Definition at line 120 of file GLTFDataTool.h.
Referenced by GLTFData::convertJson_gltf2glb().
uDWord length |
Definition at line 117 of file GLTFDataTool.h.
Referenced by GLTFData::convertJson_gltf2glb(), GLTFData::getGLBTextureInfo(), and GLTFData::output_glb().
struct _glb_texture_info* next |
Definition at line 121 of file GLTFDataTool.h.
Referenced by GLTFData::convertJson_gltf2glb(), GLTFData::freeGLBTextureInfo(), and GLTFData::output_glb().
uDWord pad |
Definition at line 118 of file GLTFDataTool.h.
Referenced by GLTFData::convertJson_gltf2glb(), and GLTFData::output_glb().