Handles are typed on 32bit, so cant take pointers.

"error: passing NULL to non-pointer argument"
This commit is contained in:
Michael Rennie
2016-08-31 16:51:50 +01:00
parent 5715731894
commit 8a5efd8c8d
+1 -1
View File
@@ -306,7 +306,7 @@ WrappedVulkan::WrappedVulkan(const char *logFilename) : m_RenderState(&m_Creatio
m_Queue = VK_NULL_HANDLE;
m_QueueFamilyIdx = 0;
m_SupportedQueueFamily = 0;
m_DbgMsgCallback = NULL;
m_DbgMsgCallback = VK_NULL_HANDLE;
m_HeaderChunk = NULL;