Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Fix pWaitDstStageMask in vkQueueSubmit #1

Merged
merged 1 commit into from Aug 11, 2017

Conversation

cforfang
Copy link
Contributor

To make sure the image acquired semaphore is signaled before any pixels are rendered to the swapchain image we need to wait at VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT instead of VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT.

To make sure the image acquired semaphore is signaled before any pixels are rendered to the swapchain image we need to wait at VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT instead of VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT.
@DustinHLand DustinHLand merged commit 4067087 into DustinHLand:master Aug 11, 2017
@DustinHLand
Copy link
Owner

Thanks Christian 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants