mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 03:41:01 +00:00
Handles are typed on 32bit, so cant take pointers.
"error: passing NULL to non-pointer argument"
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user