google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

Remove deprecated Validation Layer names. #3852

Closed jdrouan-goog closed 4 years ago

jdrouan-goog commented 4 years ago

The individual validation layers have been deprecated and replaced by a single layer called VK_LAYER_KHRONOS_validation.

See also: https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/master/LAYER_CONFIGURATION.md

AWoloszyn commented 4 years ago

Since they are being deprecated, I will merge this for now, if this actually affects anyone, we can always revert.