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

Method program

src/IECoreGL/Shader.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405GLuint Shader::program() const
406{
407 return m_implementation->program();
408}
409
410const std::string &Shader::vertexSource() const
411{

Callers 3

testConstructorMethod · 0.95
bindIDShaderMethod · 0.45
addUniformParameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected