From 312dc5e51c2e55332fecbc91038faf12f5d968b5 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Thu, 6 Feb 2025 04:02:13 -0800 Subject: [PATCH] Update ID of validation layers --- compute.cpp | 4 ++-- main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {