MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / OnDestroy

Method OnDestroy

GTE/Graphics/GraphicsEngine.cpp:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void GraphicsEngine::GOListener::OnDestroy(GraphicsObject const* object)
332{
333 if (mEngine)
334 {
335 mEngine->Unbind(object);
336 }
337}
338
339GraphicsEngine::DTListener::DTListener(GraphicsEngine* engine)
340 :

Callers 2

~GraphicsObjectMethod · 0.45
~DrawTargetMethod · 0.45

Calls 1

UnbindMethod · 0.45

Tested by

no test coverage detected