vk/vulkan.h: Remove the Vk(Memory|Semaphor|Image)OpenInfo structs

We already deleted the functions that need them.  The structs are just
dangling uselessly.
This commit is contained in:
Jason Ekstrand
2015-07-06 17:37:11 -07:00
parent 65f9ccb4e7
commit d84f3155b1

View File

@@ -1235,12 +1235,6 @@ typedef struct {
VkMemoryPropertyFlags memProps;
} VkMemoryAllocInfo;
typedef struct {
VkStructureType sType;
const void* pNext;
VkDeviceMemory sharedMem;
} VkMemoryOpenInfo;
typedef struct {
VkDeviceSize size;
VkDeviceSize alignment;
@@ -1286,12 +1280,6 @@ typedef struct {
VkSemaphoreCreateFlags flags;
} VkSemaphoreCreateInfo;
typedef struct {
VkStructureType sType;
const void* pNext;
VkSemaphore sharedSemaphore;
} VkSemaphoreOpenInfo;
typedef struct {
VkStructureType sType;
const void* pNext;
@@ -1338,10 +1326,6 @@ typedef struct {
VkImageCreateFlags flags;
} VkImageCreateInfo;
typedef struct {
VkImage originalImage;
} VkPeerImageOpenInfo;
typedef struct {
VkDeviceSize offset;
VkDeviceSize size;