-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Hi! When using Vulkan configurator, I have VVL Error during calling vkQueueSubmit
Validation Error: [ SYNC-HAZARD-WRITE-AFTER-PRESENT ] | MessageID = 0x42f2f4ed
vkQueueSubmit(): WRITE_AFTER_PRESENT hazard detected. vkCmdPipelineBarrier (from VkCommandBuffer 0x2d184dbcf70 submitted on the current VkQueue 0x2d1fe6472b0) writes to VkImage 0x70000000007, which was previously written by vkQueuePresentKHR (submitted on VkQueue 0x2d1fe6472b0).
No sufficient synchronization is present to ensure that a layout transition does not conflict with a prior swapchain present operation.
Objects: 2
[0] VkQueue 0x2d1fe6472b0
[1] VkCommandBuffer 0x2d184dbcf70
I attached vk_layer_settings.txt