You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.
[ RUN ] VkLayerTest.RenderPassIncompatible
Unexpected: vkCmdBeginRenderPass(): RenderPasses incompatible between render pass w/ renderPass 0xe and framebuffer w/ renderPass 0x6 Attachment 0 is not compatible with 4294967295: The second is unused while the first is not.. The spec valid usage text states 'renderPass must be compatible with the renderPass member of the VkFramebufferCreateInfo structure specified when creating framebuffer.' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkRenderPassBeginInfo-renderPass-00904)
Unexpected: vkCmdBeginRenderPass(): RenderPasses incompatible between render pass w/ renderPass 0xe and framebuffer w/ renderPass 0x6 Attachment 0 is not compatible with 0: They have different formats.. The spec valid usage text states 'renderPass must be compatible with the renderPass member of the VkFramebufferCreateInfo structure specified when creating framebuffer.' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkRenderPassBeginInfo-renderPass-00904)
Unexpected: vkCmdDraw(): RenderPasses incompatible between active render pass w/ renderPass 0xe and pipeline state object w/ renderPass 0x6 Attachment 0 is not compatible with 0: They have different formats.. The spec valid usage text states 'The current render pass must be compatible with the renderPass member of the VkGraphicsPipelineCreateInfo structure specified when creating the VkPipeline currently bound to VK_PIPELINE_BIND_POINT_GRAPHICS.' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkCmdDraw-renderPass-00435)
[ OK ] VkLayerTest.RenderPassIncompatible (442 ms)
The text was updated successfully, but these errors were encountered:
Running
vk_layer_validation_tests
I get:The text was updated successfully, but these errors were encountered: