Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ hasCsValue
Method
hasCsValue
src/IECoreGL/Shader.cpp:916–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
914
}
915
916
bool Shader::Setup::hasCsValue() const
917
{
918
return m_memberData->hasCsValue;
919
}
920
921
Shader::Setup::ScopedBinding::ScopedBinding( const Setup &setup )
922
: m_previousProgram( 0 ), m_setup( setup )
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected