API Documentation
GltfEncoder.h
1 // GltfEncoder.h
3 //
5 
6 namespace nkGraphics
7 {
11  class GltfEncoder final
12  {
13  public :
14 
15  // Decoding
22  static bool canDecode (nkMemory::BufferView<> sources) ;
31  } ;
32 }
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkGraphics::GltfDecodeOptions
Decoding options for GlTF models.
Definition: GltfDecodeOptions.h:12
nkGraphics::GltfEncoder
Allows to work with the GLTF 2 format (Do not use, WIP).
Definition: GltfEncoder.h:12
nkGraphics::GltfEncoder::decode
static DecodedData decode(nkMemory::BufferView<> sources, const GltfDecodeOptions &options=GltfDecodeOptions())
nkGraphics::GltfEncoder::canDecode
static bool canDecode(nkMemory::BufferView<> sources)
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