From 3391f228d5142c8baeb0387a868b58f979bfffb1 Mon Sep 17 00:00:00 2001 From: Tom Atkinson Date: Mon, 21 Aug 2023 20:24:58 +0100 Subject: [PATCH] review fixes --- framework/core/hpp_instance.cpp | 2 +- framework/core/instance.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/hpp_instance.cpp b/framework/core/hpp_instance.cpp index 6d86f126d..e89c4c666 100644 --- a/framework/core/hpp_instance.cpp +++ b/framework/core/hpp_instance.cpp @@ -21,7 +21,7 @@ #include #include -#if defined(VKB_DEBUG) || defined(VKB_VALIDATION_LAYERS) || (defined(VKB_VALIDATION_LAYERS_GPU_ASSISTED) || defined(VKB_VALIDATION_LAYERS_BEST_PRACTICES)) +#if defined(VKB_DEBUG) || defined(VKB_VALIDATION_LAYERS) # define USE_VALIDATION_LAYERS 1 #endif diff --git a/framework/core/instance.cpp b/framework/core/instance.cpp index 47ec49902..082352ecd 100644 --- a/framework/core/instance.cpp +++ b/framework/core/instance.cpp @@ -22,7 +22,7 @@ #include #include -#if defined(VKB_DEBUG) || defined(VKB_VALIDATION_LAYERS) || (defined(VKB_VALIDATION_LAYERS_GPU_ASSISTED) || defined(VKB_VALIDATION_LAYERS_BEST_PRACTICES)) +#if defined(VKB_DEBUG) || defined(VKB_VALIDATION_LAYERS) # define USE_VALIDATION_LAYERS 1 #endif