mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
vk/vulkan.h: Remove VkFormatInfoType
This commit is contained in:
parent
8e05bbeee9
commit
b20cc72603
1 changed files with 0 additions and 8 deletions
|
|
@ -1088,14 +1088,6 @@ typedef enum {
|
|||
VK_ENUM_RANGE(PHYSICAL_DEVICE_INFO_TYPE, PROPERTIES, MEMORY_PROPERTIES)
|
||||
} VkPhysicalDeviceInfoType;
|
||||
|
||||
typedef enum {
|
||||
// Info type for vkGetFormatInfo()
|
||||
VK_FORMAT_INFO_TYPE_PROPERTIES = 0x00000000,
|
||||
|
||||
VK_ENUM_RANGE(FORMAT_INFO_TYPE, PROPERTIES, PROPERTIES)
|
||||
} VkFormatInfoType;
|
||||
|
||||
|
||||
// Physical device compatibility flags
|
||||
typedef VkFlags VkPhysicalDeviceCompatibilityFlags;
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue