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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: