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;
|
VkMemoryPropertyFlags memProps;
|
||||||
} VkMemoryAllocInfo;
|
} VkMemoryAllocInfo;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
VkStructureType sType;
|
|
||||||
const void* pNext;
|
|
||||||
VkDeviceMemory sharedMem;
|
|
||||||
} VkMemoryOpenInfo;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
VkDeviceSize size;
|
VkDeviceSize size;
|
||||||
VkDeviceSize alignment;
|
VkDeviceSize alignment;
|
||||||
@@ -1286,12 +1280,6 @@ typedef struct {
|
|||||||
VkSemaphoreCreateFlags flags;
|
VkSemaphoreCreateFlags flags;
|
||||||
} VkSemaphoreCreateInfo;
|
} VkSemaphoreCreateInfo;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
VkStructureType sType;
|
|
||||||
const void* pNext;
|
|
||||||
VkSemaphore sharedSemaphore;
|
|
||||||
} VkSemaphoreOpenInfo;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
VkStructureType sType;
|
VkStructureType sType;
|
||||||
const void* pNext;
|
const void* pNext;
|
||||||
@@ -1338,10 +1326,6 @@ typedef struct {
|
|||||||
VkImageCreateFlags flags;
|
VkImageCreateFlags flags;
|
||||||
} VkImageCreateInfo;
|
} VkImageCreateInfo;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
VkImage originalImage;
|
|
||||||
} VkPeerImageOpenInfo;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
VkDeviceSize offset;
|
VkDeviceSize offset;
|
||||||
VkDeviceSize size;
|
VkDeviceSize size;
|
||||||
|
Reference in New Issue
Block a user