Skip to content

Commit 798277c

Browse files
authored
Disable entrypoint logging in the timeline layer (#146)
1 parent 99bfb64 commit 798277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer_gpu_timeline/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ project(VkLayerGPUTimeline VERSION 1.0.0)
3131
# Common configuration
3232
set(LGL_LOG_TAG "VkLayerGPUTimeline")
3333

34-
option(LGL_CONFIG_TRACE "Enable Vulkan entrypoint logging" ON)
34+
option(LGL_CONFIG_TRACE "Enable Vulkan entrypoint logging")
3535
option(LGL_CONFIG_OPTIMIZE_DISPATCH "Enable Vulkan entrypoint dispatch optimization" ON)
3636
option(LGL_CONFIG_LOG "Enable general layer logging" ON)
3737

0 commit comments

Comments
 (0)