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

Method EndUpdate

trinity/Shader/Tr2Effect.cpp:891–898  ·  view source on GitHub ↗

---------------------------------------------------------------

Source from the content-addressed store, hash-verified

889
890// ---------------------------------------------------------------
891void Tr2Effect::EndUpdate()
892{
893 if( m_insideStartUpdate )
894 {
895 m_insideStartUpdate = false;
896 RebuildCachedDataInternal();
897 }
898}
899
900// ---------------------------------------------------------------
901void Tr2Effect::OnListModified( long event, ssize_t key, ssize_t key2, IRoot* currvalue, const IList* theList )

Callers 15

SetVariableStoreMethod · 0.45
BlurMethod · 0.45
RenderBloomDebugMethod · 0.45
GatherBatchesMethod · 0.45
EveSOFMethod · 0.45
FillMeshAreaVectorMethod · 0.45
SetupSpotlightSetsMethod · 0.45
SetupPlaneSetsMethod · 0.45
SetupBannersMethod · 0.45
SetupBannerSetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected