Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FreeDynamic
Method · 0.45
FreeStatic
Method · 0.45
SetupShadows
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected