Skip to content

Commit

Permalink
vkd3d: Fix weird VkResult type.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Rebohle <[email protected]>
  • Loading branch information
doitsujin authored and HansKristian-Work committed Feb 7, 2025
1 parent 62512d7 commit bf7efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vkd3d/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ static void vkd3d_wait_for_gpu_timeline_semaphore(struct vkd3d_fence_worker *wor
const struct vkd3d_vk_device_procs *vk_procs = &device->vk_procs;
VkSemaphoreWaitInfo wait_info;
uint64_t timeout = UINT64_MAX;
int vr;
VkResult vr;

TRACE("worker %p, vk_semaphore %p, vk_semaphore_value %#"PRIx64".\n", worker,
fence->fence_info.vk_semaphore, fence->fence_info.vk_semaphore_value);
Expand Down

0 comments on commit bf7efb2

Please sign in to comment.