Fix shader interface mismatch in pipeline cache tests
authorziga-lunarg <ziga@lunarg.com>
Mon, 6 Mar 2023 14:07:02 +0000 (15:07 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Thu, 16 Mar 2023 16:45:58 +0000 (16:45 +0000)
commited927fae7db2b63853c3cd0af8ec3918b9a53ef7
treea59b74993639b0dbfa30459aa171e20068f0f5f1
parent3700394afb3f7ac520f9d571270aac8c073a7818
Fix shader interface mismatch in pipeline cache tests

Geometry shaders declared gl_PerVertex input, but the vertex shader does
not have such an output

Components: Vulkan

VK-GL-CTS issue: 4320

Affected tests:
dEQP-VK.pipeline.cache.*

Change-Id: Iaf5d567295f6216848663a28696f8b7dddb71020
external/vulkancts/modules/vulkan/pipeline/vktPipelineCacheTests.cpp