SpiecsEngine
 
Loading...
Searching...
No Matches

◆ isWindowClosed()

bool Spices::VulkanRenderBackend::isWindowClosed ( )
inline

Determine whether window is closed.

Returns
Returns True if closed.

Definition at line 66 of file VulkanRenderBackend.h.

66{ return glfwWindowShouldClose(m_VulkanState.m_Windows); }
static VulkanState m_VulkanState
The VulkanState in use.
GLFWwindow * m_Windows
Definition VulkanUtils.h:92

References m_VulkanState.