aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-08-10 11:25:01 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-08-10 14:20:32 -0600
commit8e67ef14b6a283849cea02f280fcb9c62faf9631 (patch)
tree94d30d1e0f6413a0a0c0116240acd27102878f36
parentbac430f14a528ec2c46f0ab145ac28fe00cdb152 (diff)
downloadusermoji-8e67ef14b6a283849cea02f280fcb9c62faf9631.tar.xz
layers: Fix layer settings file debug action name
Change-Id: Ic5a6828d57515efb50c12e21ef45e690c058c96a
-rw-r--r--layers/vk_layer_settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/vk_layer_settings.txt b/layers/vk_layer_settings.txt
index 1a318ce7..4998d1c2 100644
--- a/layers/vk_layer_settings.txt
+++ b/layers/vk_layer_settings.txt
@@ -27,7 +27,7 @@
# VK_DBG_LAYER_ACTION_CALLBACK - Call user defined callback function(s) that
# have been registered via the VK_EXT_debug_report extension. Since
# app must register callback, this is a NOOP for the settings file.
-# VK_DBG_LAYER_DEBUG_OUTPUT [Windows only] - Log a txt message using the
+# VK_DBG_LAYER_ACTION_DEBUG_OUTPUT [Windows only] - Log a txt message using the
# Windows OutputDebugString function -- messages will show up in the
# Visual Studio output window, for instance.
# VK_DBG_LAYER_ACTION_BREAK - Trigger a breakpoint.