Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void PostFxMaterialShader::Unload()
75
{
76
// Base
77
MaterialShader::Unload();
78
79
_cache.Release();
80
}
81
82
bool PostFxMaterialShader::Load()
83
{
Callers
nothing calls this directly
Calls
2
Unload
Function · 0.50
Release
Method · 0.45
Tested by
no test coverage detected