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