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

Method FreeStatic

Source/Engine/Renderer/ShadowsPass.cpp:455–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void ShadowAtlasLightTile::FreeStatic(ShadowsCustomBuffer* buffer)
456{
457 if (StaticRectTile)
458 {
459 buffer->StaticAtlas.Free(StaticRectTile, buffer);
460 StaticRectTile = nullptr;
461 }
462}
463
464String ShadowsPass::ToString() const
465{

Callers 1

SetupLightMethod · 0.80

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected