API Documentation
GltfMeshDecoderWrapper.h
1 // GltfMeshDecoderWrapper.h
3 //
5 
7 {
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
46  } ;
47 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkAstraeus::nkGraphicsWrap::GltfMeshDecoderWrapper::canDecode
static nkScripts::OutputValue canDecode(const nkScripts::DataStack &stack)
nkAstraeus::nkGraphicsWrap::GltfMeshDecoderWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::nkGraphicsWrap::GltfMeshDecoderWrapper::decode
static nkScripts::OutputValue decode(const nkScripts::DataStack &stack)
nkAstraeus::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for scripting.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::nkGraphicsWrap::GltfMeshDecoderWrapper
Wraps a nkGraphics::GltfMeshDecoder and offers functions for use in scripting.
Definition: GltfMeshDecoderWrapper.h:12