MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ~DrawTarget

Method ~DrawTarget

GTE/Graphics/DrawTarget.cpp:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace gte;
12
13DrawTarget::~DrawTarget()
14{
15 msLFDMutex.lock();
16 {
17 for (auto const& listener : msLFDSet)
18 {
19 listener->OnDestroy(this);
20 }
21 }
22 msLFDMutex.unlock();
23}
24
25DrawTarget::DrawTarget(uint32_t numRenderTargets, uint32_t rtFormat,
26 uint32_t width, uint32_t height, bool hasRTMipmaps,

Callers

nothing calls this directly

Calls 1

OnDestroyMethod · 0.45

Tested by

no test coverage detected