mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
vk/0.170.2: Drop VK_IMAGE_USAGE_GENERAL
This commit is contained in:
parent
6a40af1b08
commit
568654d606
1 changed files with 0 additions and 1 deletions
|
|
@ -853,7 +853,6 @@ typedef enum {
|
|||
typedef VkFlags VkFormatFeatureFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_IMAGE_USAGE_GENERAL = 0,
|
||||
VK_IMAGE_USAGE_TRANSFER_SOURCE_BIT = 0x00000001,
|
||||
VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT = 0x00000002,
|
||||
VK_IMAGE_USAGE_SAMPLED_BIT = 0x00000004,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue