Skip to content

Validation issue in screenshot simple #1245

@Andreyogld3d

Description

@Andreyogld3d

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions