From 965495e733acca5d221cdfbfe5e857e9404749e1 Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Thu, 25 Sep 2025 15:17:20 +0100 Subject: [PATCH] Disable entrypoint logging in the timeline layer --- layer_gpu_timeline/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layer_gpu_timeline/CMakeLists.txt b/layer_gpu_timeline/CMakeLists.txt index 0f1ad76..aa26ab1 100644 --- a/layer_gpu_timeline/CMakeLists.txt +++ b/layer_gpu_timeline/CMakeLists.txt @@ -31,7 +31,7 @@ project(VkLayerGPUTimeline VERSION 1.0.0) # Common configuration set(LGL_LOG_TAG "VkLayerGPUTimeline") -option(LGL_CONFIG_TRACE "Enable Vulkan entrypoint logging" ON) +option(LGL_CONFIG_TRACE "Enable Vulkan entrypoint logging") option(LGL_CONFIG_OPTIMIZE_DISPATCH "Enable Vulkan entrypoint dispatch optimization" ON) option(LGL_CONFIG_LOG "Enable general layer logging" ON)