MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Dirty

Method Dirty

Source/Engine/Graphics/Models/SkinnedMesh.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void SkeletonData::Dirty()
236{
237 Platform::AtomicStore(&_dirty, 1);
238}
239
240uint64 SkeletonData::GetMemoryUsage() const
241{

Callers 5

SwapMethod · 0.45
SetupSkeletonMethod · 0.45
OnPostUpdateMethod · 0.45
RunClothDeformerMethod · 0.45
SetBlendShapeWeightMethod · 0.45

Calls 1

AtomicStoreFunction · 0.50

Tested by

no test coverage detected