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

Method Unload

Source/Engine/Graphics/Materials/DecalMaterialShader.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void DecalMaterialShader::Unload()
89{
90 // Base
91 MaterialShader::Unload();
92
93 _cache.Release();
94}
95
96bool DecalMaterialShader::Load()
97{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected