MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Unload

Method Unload

Source/Engine/Graphics/Materials/DeformableMaterialShader.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void DeformableMaterialShader::Unload()
102{
103 // Base
104 MaterialShader::Unload();
105
106 _cache.Release();
107}
108
109bool DeformableMaterialShader::Load()
110{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected