MCPcopy 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
17void Blit::destroy()
18{
19 for (u32 i = 0; i < BLIT_FEATURE_COMBO_COUNT; i++)
20 {
21 m_featureShaders[i].destroy();
22 }
23}
24
25bool Blit::buildShaders()
26{

Callers 3

grid3d_destroyFunction · 0.45
grid2d_destroyFunction · 0.45
destroyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected