Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
405
GLuint Shader::program() const
406
{
407
return m_implementation->program();
408
}
409
410
const std::string &Shader::vertexSource() const
411
{
Callers
3
testConstructor
Method · 0.95
bindIDShader
Method · 0.45
addUniformParameter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected