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

Method Unload

Source/Engine/Graphics/Materials/PostFxMaterialShader.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void PostFxMaterialShader::Unload()
75{
76 // Base
77 MaterialShader::Unload();
78
79 _cache.Release();
80}
81
82bool PostFxMaterialShader::Load()
83{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected