MCPcopy Create free account
hub / github.com/carbonengine/trinity / UnregisterBinding

Method UnregisterBinding

trinity/Shader/Parameter/Tr2FloatParameter.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Tr2FloatParameter::UnregisterBinding( TriValueBinding* vb )
115{
116 auto found = std::find( m_bindings.begin(), m_bindings.end(), vb );
117 if( found != m_bindings.end() )
118 {
119 m_bindings.erase( found );
120 }
121}
122
123void Tr2FloatParameter::RebuildEffectHandles( Tr2Shader* effectRes )
124{

Callers 5

~TriValueBindingMethod · 0.45
OnModifiedMethod · 0.45
CreateWeakBindingMethod · 0.45
SetSourceObjectMethod · 0.45
SetDestinationObjectMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected