Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Unload
Method
Unload
Source/Engine/Graphics/Materials/DeformableMaterialShader.cpp:101–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void DeformableMaterialShader::Unload()
102
{
103
// Base
104
MaterialShader::Unload();
105
106
_cache.Release();
107
}
108
109
bool DeformableMaterialShader::Load()
110
{
Callers
nothing calls this directly
Calls
2
Unload
Function · 0.50
Release
Method · 0.45
Tested by
no test coverage detected