|
OpenSceneGraph
3.4.0
|

Public Types | |
| typedef std::vector < osg::ref_ptr < PerContextShader > > | PerContextShaders |
Public Member Functions | |
| ShaderObjects (const Shader *shader, unsigned int contextID) | |
| PerContextShader * | getPCS (const std::string &defineStr) const |
| PerContextShader * | createPerContextShader (const std::string &defineStr) |
| void | requestCompile () |
Public Attributes | |
| unsigned int | _contextID |
| const Shader * | _shader |
| PerContextShaders | _perContextShaders |
| typedef std::vector< osg::ref_ptr<PerContextShader> > osg::Shader::ShaderObjects::PerContextShaders |
| osg::Shader::ShaderObjects::ShaderObjects | ( | const Shader * | shader, |
| unsigned int | contextID | ||
| ) |
| PerContextShader* osg::Shader::ShaderObjects::createPerContextShader | ( | const std::string & | defineStr | ) |
| PerContextShader* osg::Shader::ShaderObjects::getPCS | ( | const std::string & | defineStr | ) | const |
| unsigned int osg::Shader::ShaderObjects::_contextID |
| Generated at Tue Dec 8 2015 00:16:43 for the OpenSceneGraph by doxygen 1.7.6.1. |