xoreos
0.0.5
|
This is the complete list of members for Graphics::Shader::ShaderInstance, including all inherited members.
_fragmentVariableData | Graphics::Shader::ShaderInstance | private |
_sourceProgram | Graphics::Shader::ShaderInstance | private |
_vertexVariableData | Graphics::Shader::ShaderInstance | private |
bind() | Graphics::Shader::ShaderInstance | |
rebindFragmentVariable(uint32 index) | Graphics::Shader::ShaderInstance | |
rebindVertexVariable(uint32 index) | Graphics::Shader::ShaderInstance | |
setFragmentVariable(const std::string &name, const void *location) | Graphics::Shader::ShaderInstance | |
setVertexVariable(const std::string &name, const void *location) | Graphics::Shader::ShaderInstance | |
ShaderInstance(Shader::ShaderObject *vertShader, Shader::ShaderObject *fragShader) | Graphics::Shader::ShaderInstance | |
ShaderInstance(const std::string &vertName, const std::string &fragName) | Graphics::Shader::ShaderInstance | |
unbind() | Graphics::Shader::ShaderInstance | |
~ShaderInstance() | Graphics::Shader::ShaderInstance |