Fixed build breakage
This commit is contained in:
@@ -487,7 +487,7 @@ KRContext::createDeviceContexts()
|
|||||||
void
|
void
|
||||||
KRContext::destroyDeviceContexts()
|
KRContext::destroyDeviceContexts()
|
||||||
{
|
{
|
||||||
if (m_vulkanInstance) != VK_NULL_HANDLE) {
|
if (m_vulkanInstance != VK_NULL_HANDLE) {
|
||||||
vkDestroyInstance(m_vulkanInstance, NULL);
|
vkDestroyInstance(m_vulkanInstance, NULL);
|
||||||
m_vulkanInstance = VK_NULL_HANDLE;
|
m_vulkanInstance = VK_NULL_HANDLE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user