MCPcopy 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
98void ForwardMaterialShader::Unload()
99{
100 // Base
101 MaterialShader::Unload();
102
103 _cache.Release();
104 _cacheInstanced.Release();
105}
106
107bool ForwardMaterialShader::Load()
108{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected