diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-03-08 09:30:30 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-03-08 09:57:05 -0700 |
| commit | 5a7389ed345e3aaf769470201453bc22f82fde90 (patch) | |
| tree | a227bf65c78d514541d86c405fdb51010e5ee28e /include/vulkan/vk_layer.h | |
| parent | 3b6297ef6ecf88cd8291491534c089dfe48f380d (diff) | |
| download | usermoji-5a7389ed345e3aaf769470201453bc22f82fde90.tar.xz | |
loader: gllvl #50, Add support for the WSI extension KHR_display
Change-Id: I8d5ecc7500beba3042a6b9147b2f3fd3055b3b1d
Diffstat (limited to 'include/vulkan/vk_layer.h')
| -rw-r--r-- | include/vulkan/vk_layer.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 9be3f1c7..95d88025 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -225,6 +225,20 @@ typedef struct VkLayerInstanceDispatchTable_ { #ifdef VK_USE_PLATFORM_ANDROID_KHR PFN_vkCreateAndroidSurfaceKHR CreateAndroidSurfaceKHR; #endif + PFN_vkGetPhysicalDeviceDisplayPropertiesKHR + GetPhysicalDeviceDisplayPropertiesKHR; + PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR + GetPhysicalDeviceDisplayPlanePropertiesKHR; + PFN_vkGetDisplayPlaneSupportedDisplaysKHR + GetDisplayPlaneSupportedDisplaysKHR; + PFN_vkGetDisplayModePropertiesKHR + GetDisplayModePropertiesKHR; + PFN_vkCreateDisplayModeKHR + CreateDisplayModeKHR; + PFN_vkGetDisplayPlaneCapabilitiesKHR + GetDisplayPlaneCapabilitiesKHR; + PFN_vkCreateDisplayPlaneSurfaceKHR + CreateDisplayPlaneSurfaceKHR; } VkLayerInstanceDispatchTable; // LL node for tree of dbg callback functions |
