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

Method shader

src/IECoreGL/Shader.cpp:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684const Shader *Shader::Setup::shader() const
685{
686 return m_memberData->shader.get();
687}
688
689void Shader::Setup::addUniformParameter( const std::string &name, ConstTexturePtr value )
690{

Callers 8

testShaderAttributeMethod · 0.80
Primitive.cppFile · 0.80
renderMethod · 0.80
shaderSetupMethod · 0.80
ScopedBindingMethod · 0.80
shaderFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

testShaderAttributeMethod · 0.64