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

Method Free

Source/Engine/Renderer/ShadowsPass.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 void FreeStatic(ShadowsCustomBuffer* buffer);
81
82 void Free(ShadowsCustomBuffer* buffer)
83 {
84 FreeDynamic(buffer);
85 FreeStatic(buffer);
86 }
87
88 void ClearDynamic()
89 {

Callers 3

FreeDynamicMethod · 0.45
FreeStaticMethod · 0.45
SetupShadowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected