MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / destroy

Function destroy

TheForceEngine/TFE_PostProcess/postprocess.cpp:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void destroy()
86 {
87 clearEffectStack();
88 removeAllOverlays();
89 s_vertexBuffer.destroy();
90 s_indexBuffer.destroy();
91 s_overlayEffect->destroy();
92 delete s_overlayEffect;
93 s_overlayEffect = nullptr;
94 }
95
96 void clearEffectStack()
97 {

Callers

nothing calls this directly

Calls 3

clearEffectStackFunction · 0.85
removeAllOverlaysFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected