Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ destroy
Method
destroy
TheForceEngine/TFE_PostProcess/blit.cpp:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void Blit::destroy()
18
{
19
for (u32 i = 0; i < BLIT_FEATURE_COMBO_COUNT; i++)
20
{
21
m_featureShaders[i].destroy();
22
}
23
}
24
25
bool Blit::buildShaders()
26
{
Callers
3
grid3d_destroy
Function · 0.45
grid2d_destroy
Function · 0.45
destroy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected