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

Method ScopedBinding

src/IECoreGL/State.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185//////////////////////////////////////////////////////////////////////////
186
187State::ScopedBinding::ScopedBinding( const State &s, State &currentState )
188 : m_currentState( currentState )
189{
190 init( s );
191}
192
193State::ScopedBinding::ScopedBinding( const State &s, State &currentState, bool bind )
194 : m_currentState( currentState )

Callers 2

testScopedBindingMethod · 0.45
testOverridesMethod · 0.45

Calls 1

initFunction · 0.85

Tested by

no test coverage detected