Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

RenderPassIncompatible test have unexpected validation messages #2080

Closed
krOoze opened this issue Sep 19, 2017 · 2 comments · May be fixed by #2082
Closed

RenderPassIncompatible test have unexpected validation messages #2080

krOoze opened this issue Sep 19, 2017 · 2 comments · May be fixed by #2082
Assignees
Labels

Comments

@krOoze
Copy link
Contributor

krOoze commented Sep 19, 2017

Running vk_layer_validation_tests I get:

[ 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)

@mark-lunarg
Copy link
Collaborator

I believe this has been fixed.

@krOoze
Copy link
Contributor Author

krOoze commented Mar 9, 2018

It would seem so.

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

Successfully merging a pull request may close this issue.

3 participants