Allows to work with the GLTF 2 format (Do not use, WIP). More...
Static Public Member Functions | |
static bool | canDecode (nkMemory::BufferView<> sources) |
static DecodedData | decode (nkMemory::BufferView<> sources, const GltfDecodeOptions &options=GltfDecodeOptions()) |
Allows to work with the GLTF 2 format (Do not use, WIP).
|
static |
Checks whether data can be decoded or not.
sources | Data to check. |
|
static |
Decodes provided data.
sources | Data to decode. |
options | The options allowing to customize how the decoding should happen. |