Use the new VK_LAYER_KHRONOS_validation layer
authorPiers Daniell <pdaniell@nvidia.com>
Thu, 26 Sep 2019 21:42:31 +0000 (15:42 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 25 Oct 2019 11:15:59 +0000 (07:15 -0400)
commitec8443b9c1851b5c866ae5efce7592f13f83093f
tree84e1c2b584b4318eaf1d573fb79c1b565dc54aa8
parent7af2b158a31259d972bfbf4c572d12d53a355a65
Use the new VK_LAYER_KHRONOS_validation layer

In more recent SDKs the VK_LAYER_LUNARG_standard_validation
meta layer has been replaced by the VK_LAYER_KHRONOS_validation
layer.

The latest SDK documentation about this can be found here:
https://vulkan.lunarg.com/doc/sdk/1.1.121.2/windows/validation_layers.html

It also notes that a bunch of the other individual validation layers
have also been deprecated. I've commented this fact in CTS, but
have not removed them because CTS might be used with older SDKs.

Affects all CTS with --deqp-validation=enable:

dEQP-VK.*

Components: Framework, Vulkan

VK-GL-CTS issue: -1

Change-Id: I6925f7dc55f10d7a00d1089effe491b9caebe909
external/vulkancts/modules/vulkan/vktCustomInstancesDevices.cpp