aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan/vk_layer.h
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-07-01 15:18:27 -0600
committerMark Young <marky@lunarg.com>2016-09-01 08:14:27 -0600
commitffb06194c4792cf350d7fa5737fda6e8e38cb0de (patch)
treef2413bb6405ba2068b28376eaad87ac722c58a50 /include/vulkan/vk_layer.h
parent48fc62a1db1480fbf3007fb5e50fecb239b394d5 (diff)
downloadusermoji-ffb06194c4792cf350d7fa5737fda6e8e38cb0de.tar.xz
loader: gh888 Add KHR/EXT extensions in vulkan.h
Add the KHR_display_swapchain device extension to the loader and the core_validation layers. This fulfills the work required in JIRA LOAD-7 and gh 90. Add debug_marker to the extension list. Change-Id: I1fb70e5d44bc8c1f70fd6d1cfbd106a155081b25
Diffstat (limited to 'include/vulkan/vk_layer.h')
-rw-r--r--include/vulkan/vk_layer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h
index 195ea353..78f63721 100644
--- a/include/vulkan/vk_layer.h
+++ b/include/vulkan/vk_layer.h
@@ -167,6 +167,12 @@ typedef struct VkLayerDispatchTable_ {
#ifdef VK_USE_PLATFORM_WIN32_KHR
PFN_vkGetMemoryWin32HandleNV GetMemoryWin32HandleNV;
#endif
+ PFN_vkCreateSharedSwapchainsKHR CreateSharedSwapchainsKHR;
+ PFN_vkDebugMarkerSetObjectTagEXT DebugMarkerSetObjectTagEXT;
+ PFN_vkDebugMarkerSetObjectNameEXT DebugMarkerSetObjectNameEXT;
+ PFN_vkCmdDebugMarkerBeginEXT CmdDebugMarkerBeginEXT;
+ PFN_vkCmdDebugMarkerEndEXT CmdDebugMarkerEndEXT;
+ PFN_vkCmdDebugMarkerInsertEXT CmdDebugMarkerInsertEXT;
} VkLayerDispatchTable;
typedef struct VkLayerInstanceDispatchTable_ {