MCPcopy Create free account
hub / github.com/ImageEngine/cortex / uniformParameter

Method uniformParameter

src/IECoreGL/Shader.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435const Shader::Parameter *Shader::uniformParameter( const std::string &name ) const
436{
437 return m_implementation->uniformParameter( name );
438}
439
440const Shader::Parameter *Shader::vertexAttribute( const std::string &name ) const
441{

Callers 7

testUniformParametersMethod · 0.95
bindIDShaderMethod · 0.45
addUniformParameterMethod · 0.45
uniformParameterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected