aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-05 14:41:34 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-08 16:55:33 -0600
commit3e077bf28ce67da08250a9a061ad14b38fbf47ec (patch)
treeaea5654df04124213cdc5fdebce8e2141f6f05e6 /include
parent7d8342c6d9550e2d4d9b47dbb446872611ea1153 (diff)
downloadusermoji-3e077bf28ce67da08250a9a061ad14b38fbf47ec.tar.xz
layers: Add support for Windows DEBUG_OUTPUT logging
Diffstat (limited to 'include')
-rw-r--r--include/vk_layer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vk_layer.h b/include/vk_layer.h
index 82b66ffc..c41f2ebc 100644
--- a/include/vk_layer.h
+++ b/include/vk_layer.h
@@ -203,7 +203,8 @@ typedef enum VkLayerDbgAction_
VK_DBG_LAYER_ACTION_IGNORE = 0x0,
VK_DBG_LAYER_ACTION_CALLBACK = 0x1,
VK_DBG_LAYER_ACTION_LOG_MSG = 0x2,
- VK_DBG_LAYER_ACTION_BREAK = 0x4
+ VK_DBG_LAYER_ACTION_BREAK = 0x4,
+ VK_DBG_LAYER_ACTION_DEBUG_OUTPUT = 0x8,
} VkLayerDbgAction;
// ------------------------------------------------------------------------------------------------