SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~VulkanWindows()

Spices::VulkanWindows::~VulkanWindows ( )
overridevirtual

Destructor Function.

Destroy glfw window.

Destroy glfw relative object.

Destroy glfw window.

Destroy glfw relative object.

Definition at line 65 of file VulkanWindows.cpp.

66 {
68
72 glfwDestroyWindow(m_VulkanState.m_Windows);
73
77 glfwTerminate();
78 }
#define SPICES_PROFILE_ZONE
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.
GLFWwindow * m_Windows
Definition VulkanUtils.h:92

References Spices::VulkanObject::m_VulkanState.