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