diff --git a/compute.cpp b/compute.cpp index 9ad9dcd..24a65bc 100644 --- a/compute.cpp +++ b/compute.cpp @@ -4,7 +4,7 @@ #include const std::vector validationLayers = { - "VK_LAYER_LUNARG_standard_validation" + "VK_LAYER_KHRONOS_validation" }; #ifdef NDEBUG const bool enableValidationLayers = false; @@ -207,4 +207,4 @@ int main() { } return EXIT_SUCCESS; -} \ No newline at end of file +} diff --git a/main.cpp b/main.cpp index 1a17f74..1bb68cf 100644 --- a/main.cpp +++ b/main.cpp @@ -21,7 +21,7 @@ const int WIDTH = 1200; const int HEIGHT = 900; const std::vector validationLayers = { - "VK_LAYER_LUNARG_standard_validation" + "VK_LAYER_KHRONOS_validation" }; const std::vector deviceExtensions = {