Require to enable implicit layers
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 8 Jul 2021 08:36:16 +0000 (10:36 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 15 Jul 2021 10:43:41 +0000 (10:43 +0000)
Components: Vulkan

Affects: none

Vulkan issue: 2517

Change-Id: I11beee411ecb11c0d9ee140103a80c4ba7a39966

external/vulkancts/README.md

index 2acf5a9..7d0c6ca 100644 (file)
@@ -144,7 +144,10 @@ Following command line options MUST be used when running CTS:
        --deqp-log-images=disable
        --deqp-log-shader-sources=disable
 
-In addition on multi-device systems the device for which conformance is claimed
+If an implementation ships with [implicit layers](https://github.com/KhronosGroup/Vulkan-Loader/blob/master/loader/LoaderAndLayerInterface.md#implicit-vs-explicit-layers) enabled, then such layers must be enabled
+when running CTS.
+
+In addition, on multi-device systems the device for which conformance is claimed
 can be selected with:
 
        --deqp-vk-device-id=<value>