Added support to run the CTS with Vulkan validation layers (#2246)

Fixes #2116 according to task description.

As approved 25Mar25
This commit is contained in:
Marcin Hajder
2025-03-25 16:43:28 +01:00
committed by GitHub
parent 81f33190e2
commit 1cbb548e27
9 changed files with 180 additions and 36 deletions

View File

@@ -42,6 +42,7 @@ extern bool debug_trace;
extern bool useSingleImageKernel;
extern bool useDeviceLocal;
extern bool useValidationLayers;
extern bool disableNTHandleType;
#endif // _vulkan_interop_common_hpp_