Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csShaderVariableContext Class Reference
Simple implementation for iShaderVariableContext. More...
#include <csgfx/shadervarcontext.h>
Inheritance diagram for csShaderVariableContext:

Public Member Functions | |
const csRefArray< csShaderVariable > & | GetShaderVariables () const |
Get Array of all ShaderVariables. | |
virtual void | AddVariable (csShaderVariable *variable) |
Add a variable to this context. | |
virtual csShaderVariable * | GetVariable (csStringID name) const |
Get a named variable from this context. | |
virtual void | PushVariables (csShaderVarStack &stacks) const |
Push the variables of this context onto the variable stacks supplied in the "stacks" argument. | |
virtual void | PopVariables (csShaderVarStack &stacks) const |
Pop the variables of this context off the variable stacks supplied in the "stacks" argument. |
Detailed Description
Simple implementation for iShaderVariableContext.
Definition at line 35 of file shadervarcontext.h.
Member Function Documentation
|
Add a variable to this context.
Implements iShaderVariableContext. |
|
Get Array of all ShaderVariables.
Implements iShaderVariableContext. Definition at line 50 of file shadervarcontext.h. |
|
Get a named variable from this context.
Implements iShaderVariableContext. |
|
Pop the variables of this context off the variable stacks supplied in the "stacks" argument.
Implements iShaderVariableContext. |
|
Push the variables of this context onto the variable stacks supplied in the "stacks" argument.
Implements iShaderVariableContext. |
The documentation for this class was generated from the following file:
- csgfx/shadervarcontext.h
Generated for Crystal Space by doxygen 1.3.9.1