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

Method Unload

Source/Engine/Graphics/Materials/GUIMaterialShader.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void GUIMaterialShader::Unload()
80{
81 // Base
82 MaterialShader::Unload();
83
84 _cache.Release();
85}
86
87bool GUIMaterialShader::Load()
88{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected