MCPcopy 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
125void TerrainMaterialShader::Unload()
126{
127 // Base
128 MaterialShader::Unload();
129
130 _cache.Release();
131}
132
133bool TerrainMaterialShader::Load()
134{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected