xoreos
0.0.5
|
#include <shader.h>
Public Member Functions | |
ShaderObjectVariable () | |
ShaderObjectVariable (const ShaderObjectVariable &src) | |
ShaderObjectVariable (ShaderVariableType t, uint32 cnt, const Common::UString &n) | |
const ShaderObjectVariable & | operator= (const ShaderObjectVariable &src) |
Public Attributes | |
ShaderVariableType | type |
uint32 | count |
Common::UString | name |
|
inline |
|
inline |
|
inline |
|
inline |
uint32 Graphics::Shader::ShaderObject::ShaderObjectVariable::count |
Definition at line 187 of file shader.h.
Referenced by Graphics::Shader::ShaderManager::bindShaderVariable(), and operator=().
Common::UString Graphics::Shader::ShaderObject::ShaderObjectVariable::name |
Definition at line 188 of file shader.h.
Referenced by operator=().
ShaderVariableType Graphics::Shader::ShaderObject::ShaderObjectVariable::type |
Definition at line 186 of file shader.h.
Referenced by Graphics::Shader::ShaderManager::bindShaderVariable(), and operator=().