Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Unload
Method
Unload
Source/Engine/Graphics/Materials/TerrainMaterialShader.cpp:125–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void TerrainMaterialShader::Unload()
126
{
127
// Base
128
MaterialShader::Unload();
129
130
_cache.Release();
131
}
132
133
bool TerrainMaterialShader::Load()
134
{
Callers
nothing calls this directly
Calls
2
Unload
Function · 0.50
Release
Method · 0.45
Tested by
no test coverage detected