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

Method Unload

Source/Engine/Graphics/Materials/ParticleMaterialShader.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void ParticleMaterialShader::Unload()
177{
178 // Base
179 MaterialShader::Unload();
180
181 _cacheSprite.Release();
182 _cacheModel.Release();
183 _cacheRibbon.Release();
184 _cacheVolumetricFog.Release();
185}
186
187bool ParticleMaterialShader::Load()
188{

Callers

nothing calls this directly

Calls 2

UnloadFunction · 0.50
ReleaseMethod · 0.45

Tested by

no test coverage detected