mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
vk/0.170.2: Drop VK_BUFFER_USAGE_GENERAL
This commit is contained in:
parent
4744f60e79
commit
6317c3144d
1 changed files with 0 additions and 1 deletions
|
|
@ -929,7 +929,6 @@ typedef enum {
|
|||
typedef VkFlags VkQueryResultFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_BUFFER_USAGE_GENERAL = 0,
|
||||
VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT = 0x00000001,
|
||||
VK_BUFFER_USAGE_TRANSFER_DESTINATION_BIT = 0x00000002,
|
||||
VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT = 0x00000004,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue