From 3e077bf28ce67da08250a9a061ad14b38fbf47ec Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 5 Oct 2015 14:41:34 -0600 Subject: layers: Add support for Windows DEBUG_OUTPUT logging --- include/vk_layer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; // ------------------------------------------------------------------------------------------------ -- cgit v1.2.3