MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / close

Method close

physx/samples/sampleframework/renderer/src/RendererWindow.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void RendererWindow::close(void)
69{
70 m_platform->closeWindow();
71#if !defined(RENDERER_WINDOWS)
72 if(isOpen())
73 {
74 m_isOpen = false;
75 onClose();
76 }
77#endif
78}
79
80bool RendererWindow::isOpen(void) const
81{

Callers 2

mainInitializeFunction · 0.45
mainContinueFunction · 0.45

Calls 2

isOpenFunction · 0.85
closeWindowMethod · 0.45

Tested by

no test coverage detected