API Documentation
DecodedData.h
1 // DecodedData.h
3 //
5 
6 namespace nkGraphics
7 {
11  struct DecodedData final
12  {
13  // Attributes
19  } ;
20 }
nkGraphics::DecodedData::_nodeData
nkMemory::BufferCast< DecodedNodeData > _nodeData
List of node data available.
Definition: DecodedData.h:17
nkGraphics::DecodedData::_materialData
nkMemory::BufferCast< DecodedMaterialData > _materialData
List of material data available.
Definition: DecodedData.h:15
nkMemory::BufferCast
Holds a Buffer and make it easy to cast the binary data.
Definition: BufferCast.h:18
nkGraphics::DecodedData::_textureData
nkMemory::BufferCast< DecodedTextureData > _textureData
List of texture data available.
Definition: DecodedData.h:18
nkGraphics::DecodedData
Holds the result of an Encoder's decoding operation.
Definition: DecodedData.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::DecodedData::_meshData
nkMemory::BufferCast< DecodedMeshData > _meshData
List of mesh data available.
Definition: DecodedData.h:16
nkGraphics::DecodedData::_entityData
nkMemory::BufferCast< DecodedEntityData > _entityData
List of entity data available.
Definition: DecodedData.h:14