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