mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Fix vulkan object comparison
This commit is contained in:
@@ -1439,7 +1439,7 @@ VkResult WrappedVulkan::vkCreateRayTracingPipelinesKHR(
|
||||
}
|
||||
}
|
||||
|
||||
if(ret == VK_SUCCESS && deferredOperation)
|
||||
if(ret == VK_SUCCESS && deferredOperation != VK_NULL_HANDLE)
|
||||
ret = VK_OPERATION_NOT_DEFERRED_KHR;
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user