mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
vk/vulkan.h: Move VkFormatProperties
This commit is contained in:
parent
52940e8fcf
commit
7598329774
1 changed files with 5 additions and 5 deletions
|
|
@ -1156,6 +1156,11 @@ typedef struct {
|
|||
const char*const* ppEnabledExtensionNames;
|
||||
} VkInstanceCreateInfo;
|
||||
|
||||
typedef struct {
|
||||
VkFormatFeatureFlags linearTilingFeatures;
|
||||
VkFormatFeatureFlags optimalTilingFeatures;
|
||||
} VkFormatProperties;
|
||||
|
||||
typedef struct {
|
||||
uint32_t apiVersion;
|
||||
uint32_t driverVersion;
|
||||
|
|
@ -1815,11 +1820,6 @@ typedef struct {
|
|||
VkMemoryInputFlags inputMask;
|
||||
} VkMemoryBarrier;
|
||||
|
||||
typedef struct {
|
||||
VkFormatFeatureFlags linearTilingFeatures;
|
||||
VkFormatFeatureFlags optimalTilingFeatures;
|
||||
} VkFormatProperties;
|
||||
|
||||
typedef struct {
|
||||
VkStructureType sType;
|
||||
const void* pNext;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue