mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
Use the correct constant for "infinity"
This commit is contained in:
parent
0a0035e5e5
commit
c740dea212
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue