Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
684
const Shader *Shader::Setup::shader() const
685
{
686
return m_memberData->shader.get();
687
}
688
689
void Shader::Setup::addUniformParameter( const std::string &name, ConstTexturePtr value )
690
{
Callers
8
testShaderAttribute
Method · 0.80
testDefaultConstructor
Method · 0.80
Primitive.cpp
File · 0.80
render
Method · 0.80
shaderSetup
Method · 0.80
addParametersToShaderSetup
Method · 0.80
ScopedBinding
Method · 0.80
shader
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
2
testShaderAttribute
Method · 0.64
testDefaultConstructor
Method · 0.64