vulkan_minimal_compute icon indicating copy to clipboard operation
vulkan_minimal_compute copied to clipboard

replace validation layer with VK_LAYER_KHRONOS_validation

Open jdtournier opened this issue 3 years ago • 0 comments

This replaces the use of the VK_LAYER_LUNARG_standard_validation layer with the standard VK_LAYER_KHRONOS_validation version, making it possible to run with a standard setup (without the LunarG SDK).

I'm not sure whether there are other reasons to prefer the LunarG validation layer - this is very much my first look at Vulkan, I'm just very grateful to have access to this demo!

jdtournier avatar Mar 22 '21 14:03 jdtournier