layers: Remove obsolete VkbaseLayerObject
authorJon Ashburn <jon@lunarg.com>
Wed, 20 Jan 2016 15:07:14 +0000 (08:07 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 4 May 2018 15:24:22 +0000 (09:24 -0600)
include/vulkan/vk_layer.h

index b9c4429..90cd82d 100644 (file)
 #  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_ {