]> O.S.I.I.S - jp/vkvg.git/commitdiff
disable timelineSemaphore by default
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 23 Apr 2022 07:59:07 +0000 (09:59 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 23 Apr 2022 07:59:07 +0000 (09:59 +0200)
CMakeLists.txt

index 624311feffd1773ea5a6c6733e01930973ca6aee..e941d432457396850b400e0052845457e72b083c 100644 (file)
@@ -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 ()