aboutsummaryrefslogtreecommitdiff
path: root/include/vk_layer.h
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-29 15:39:26 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-07 17:53:20 -0600
commitbe10336228bfabe276ba61adf9d6092971d3bdb7 (patch)
treef755f71a6f68cbbdd7b0984c3e0342bcfbacce60 /include/vk_layer.h
parente291354abe5eff9de35075020c7bbc00d4d7cf0e (diff)
downloadusermoji-be10336228bfabe276ba61adf9d6092971d3bdb7.tar.xz
loader: bug 12992: extension and layer support
Much of layers and loader updated to work with final extension and layer mechanism. Not everything is working here.
Diffstat (limited to 'include/vk_layer.h')
-rw-r--r--include/vk_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vk_layer.h b/include/vk_layer.h
index 85c41d6e..98a636bc 100644
--- a/include/vk_layer.h
+++ b/include/vk_layer.h
@@ -150,8 +150,8 @@ typedef struct VkLayerInstanceDispatchTable_
PFN_vkGetPhysicalDeviceQueueCount GetPhysicalDeviceQueueCount;
PFN_vkGetPhysicalDeviceQueueProperties GetPhysicalDeviceQueueProperties;
PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties;
- PFN_vkGetPhysicalDeviceExtensionCount GetPhysicalDeviceExtensionCount;
PFN_vkGetPhysicalDeviceExtensionProperties GetPhysicalDeviceExtensionProperties;
+ PFN_vkGetPhysicalDeviceLayerProperties GetPhysicalDeviceLayerProperties;
PFN_vkDbgCreateMsgCallback DbgCreateMsgCallback;
PFN_vkDbgDestroyMsgCallback DbgDestroyMsgCallback;
PFN_vkDbgStringCallback DbgStringCallback;