Fix interface mismatch in case "spirv_validation_capabilities_test"
authorAleksy Sokolowski <aleksy.sokolowski@intel.com>
Wed, 12 Feb 2020 11:17:49 +0000 (12:17 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 27 Feb 2020 11:18:43 +0000 (06:18 -0500)
commite323308c5c95e94b3814a50b039005780e4efdc3
tree023da9d187d95931ed1dade5a9d086c4ae8f9134
parentd30b9d5e7e165759388f565b9ff2e161cb18d244
Fix interface mismatch in case "spirv_validation_capabilities_test"

User variable texCoord in location = 3 was only used in VS and FS,
lack of the variable in TCS, TES and GS is causing interface mismatch.

VK-GL-CTS Issue: 2219

Affects: KHR-GL46.gl_spirv.spirv_validation_capabilities_test

Components: OpenGL

Change-Id: I5899906f89efb380896a277939b532f393d00fce
external/openglcts/modules/gl/gl4cGlSpirvTests.cpp