aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2016-01-20 08:07:14 -0700
committerJon Ashburn <jon@lunarg.com>2016-01-20 18:05:35 -0700
commit26227f4921fa3bbad08ed65750a40efe1575d5ea (patch)
treed817fbb980b82b776d936a9b77ba298e571fd781 /include
parentd67187f62af471d76ec973c6357b1abe6d96c5f3 (diff)
downloadusermoji-26227f4921fa3bbad08ed65750a40efe1575d5ea.tar.xz
layers: Remove obsolete VkbaseLayerObject
Diffstat (limited to 'include')
-rw-r--r--include/vulkan/vk_layer.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h
index b9c44290..90cd82d4 100644
--- a/include/vulkan/vk_layer.h
+++ b/include/vulkan/vk_layer.h
@@ -15,13 +15,7 @@
# define VK_LAYER_EXPORT
#endif
-typedef void * (VKAPI_PTR *PFN_vkGPA)(void* obj, const char * pName);
-typedef struct VkBaseLayerObject_
-{
- PFN_vkGPA pGPA;
- void* nextObject;
- void* baseObject;
-} VkBaseLayerObject;
+
typedef struct VkLayerDispatchTable_
{
@@ -233,7 +227,7 @@ typedef enum VkLayerFunction_
* When creating the device chain the loader needs to pass
* down information about it's device structure needed at
* the end of the chain. Passing the data via the
- * VkLayerDeviceInfo avoids issues with finding the
+ * VkLayerInstanceInfo avoids issues with finding the
* exact instance being used.
*/
typedef struct VkLayerInstanceInfo_ {