Use the correct constant for "infinity"

This commit is contained in:
Bill Currie 2020-02-18 19:44:40 +09:00
parent 0a0035e5e5
commit c740dea212
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ Vulkan_CreateRenderPass (vulkan_ctx_t *ctx)
VkImageMemoryBarrier barrier;
qfv_pipelinestagepair_t stages;
df->vkWaitForFences (dev, 1, &ctx->fence, VK_TRUE, ~0ul);
df->vkWaitForFences (dev, 1, &ctx->fence, VK_TRUE, ~0ull);
df->vkResetCommandBuffer (cmd, 0);
VkCommandBufferBeginInfo beginInfo = {
VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO, 0,