Skip to content

Commit

Permalink
Correct spec Issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
krOoze committed Jan 8, 2020
1 parent 5542567 commit df56a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HelloTriangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ void present( VkQueue queue, VkSwapchainKHR swapchain, uint32_t swapchainImageIn
}

// cleanup dangerous semaphore with signal pending from vkAcquireNextImageKHR (tie it to a specific queue)
// https://github.com/KhronosGroup/Vulkan-Docs/issues/152
// https://github.com/KhronosGroup/Vulkan-Docs/issues/1059
void cleanupUnsafeSemaphore( VkQueue queue, VkSemaphore semaphore ){
VkPipelineStageFlags psw = VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT;

Expand Down

0 comments on commit df56a96

Please sign in to comment.