MCPcopy 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
104void DeferredMaterialShader::Unload()
105{
106 // Base
107 MaterialShader::Unload();
108
109 _cache.Release();
110 _cacheInstanced.Release();
111}
112
113bool DeferredMaterialShader::Load()
114{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected