Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Unload
Method
Unload
Source/Engine/Graphics/Materials/DecalMaterialShader.cpp:88–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void DecalMaterialShader::Unload()
89
{
90
// Base
91
MaterialShader::Unload();
92
93
_cache.Release();
94
}
95
96
bool DecalMaterialShader::Load()
97
{
Callers
nothing calls this directly
Calls
2
Unload
Function · 0.50
Release
Method · 0.45
Tested by
no test coverage detected