KhronosGroup / VK-GL-CTS

Khronos Vulkan, OpenGL, and OpenGL ES Conformance Tests
https://www.khronos.org/
Apache License 2.0
521 stars 290 forks source link

bug report: dEQP-VK.draw.dynamic_rendering.complete* #471

Open NPUer-ZMT opened 1 month ago

NPUer-ZMT commented 1 month ago

Hi,

I found a pNext was NULL when makeGraphicsPipeline() on /external/vulkancts/framework/vulkan/vkObjUtil.cpp, line146

The mentioned VKCTS-1.3.8 case group needn't renderpass, so it's NULL truely, but pNext is necessary to createGraphicspipeline. This case issue would cause fail.

Could you check it?

Thanks!