mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +00:00
Properly unwrap parameters to vkResetCommandPool
This commit is contained in:
@@ -212,7 +212,7 @@ VkResult WrappedVulkan::vkResetCommandPool(
|
||||
VkCommandPool cmdPool,
|
||||
VkCommandPoolResetFlags flags)
|
||||
{
|
||||
return ObjDisp(device)->ResetCommandPool(device, cmdPool, flags);
|
||||
return ObjDisp(device)->ResetCommandPool(Unwrap(device), Unwrap(cmdPool), flags);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user