Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Unload
Method
Unload
Source/Engine/Graphics/Materials/GUIMaterialShader.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void GUIMaterialShader::Unload()
80
{
81
// Base
82
MaterialShader::Unload();
83
84
_cache.Release();
85
}
86
87
bool GUIMaterialShader::Load()
88
{
Callers
nothing calls this directly
Calls
2
Unload
Function · 0.50
Release
Method · 0.45
Tested by
no test coverage detected