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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user