MCPcopy Create free account
hub / github.com/HeliumProject/Engine / Destroy

Method Destroy

Source/Engine/Windowing/WindowWin.cpp:19–23  ·  view source on GitHub ↗

@fn void Window::Destroy() Destroy this window. Since a window may not be immediately destroyed by the platform windowing system (i.e. platform message processing may need to be performed to fulfill the destroy request), windows cannot be safely deleted using the default "delete" operator. To avoid dangling references to Window objects, references should be cleared immediately after calling this

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

GLFWCloseCallbackMethod · 0.45
WindowProcMethod · 0.45
ShutdownMethod · 0.45
~FbxSupportMethod · 0.45
LoadMeshMethod · 0.45
LoadAnimationMethod · 0.45
CleanupMethod · 0.45
~MainFrameMethod · 0.45
StopThreadMethod · 0.45
ThreadLeaveMethod · 0.45
~ListResultsViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected