From: Jean-Philippe Bruyère Date: Sat, 23 Apr 2022 07:59:07 +0000 (+0200) Subject: disable timelineSemaphore by default X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=583dd02b4e87f267b1bb886dc2af44f86966ac60;p=jp%2Fvkvg.git disable timelineSemaphore by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 624311f..e941d43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ IF (VKVG_ENABLE_VK_SCALAR_BLOCK_LAYOUT) SET(GLSLDEFS "-DVKVG_ENABLE_VK_SCALAR_BLOCK_LAYOUT") ENDIF () -OPTION(VKVG_ENABLE_VK_TIMELINE_SEMAPHORE "Enable vulkan TimelineSemaphore support." ON) +OPTION(VKVG_ENABLE_VK_TIMELINE_SEMAPHORE "Enable vulkan TimelineSemaphore support." OFF) IF (VKVG_ENABLE_VK_TIMELINE_SEMAPHORE) ADD_DEFINITIONS (-DVKVG_ENABLE_VK_TIMELINE_SEMAPHORE) ENDIF ()