mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
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:
parent
65f9ccb4e7
commit
d84f3155b1
1 changed files with 0 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue