MCPcopy 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
916bool Shader::Setup::hasCsValue() const
917{
918 return m_memberData->hasCsValue;
919}
920
921Shader::Setup::ScopedBinding::ScopedBinding( const Setup &setup )
922 : m_previousProgram( 0 ), m_setup( setup )

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected