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