Fix result image format in RT pipeline flags test
authorFriedrich Vock <friedrich.vock@gmx.de>
Mon, 5 Dec 2022 08:13:06 +0000 (09:13 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Fri, 16 Dec 2022 15:22:16 +0000 (15:22 +0000)
commit9022e2e3906b4109295a5ac1124159a2eaf43861
tree2688251d6848367c148375c24e761babb047d25e
parentacbd00ca3c51a8199bc2c3a23821731391d2a51d
Fix result image format in RT pipeline flags test

Tests were using an rgba32i format (VK_FORMAT_R32G32B32A32_SINT) but
declaring it in the shader as r32i.

Affects:
dEQP-VK.ray_tracing_pipeline.pipeline_no_null_shaders_flag.*

Components: Vulkan
VK-GL-CTS issue: 4151
VK-GL-CTS public issue: 365

Change-Id: Ia9dbd97544fce8a29a4fe7270fc617981648032f
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingPipelineFlagsTests.cpp