vk: Rename CPU_READ/WRITE_BIT to HOST_READ/WRITE_BIT
This commit is contained in:
@@ -1039,7 +1039,7 @@ typedef enum {
|
||||
typedef VkFlags VkQueryControlFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_MEMORY_OUTPUT_CPU_WRITE_BIT = 0x00000001,
|
||||
VK_MEMORY_OUTPUT_HOST_WRITE_BIT = 0x00000001,
|
||||
VK_MEMORY_OUTPUT_SHADER_WRITE_BIT = 0x00000002,
|
||||
VK_MEMORY_OUTPUT_COLOR_ATTACHMENT_BIT = 0x00000004,
|
||||
VK_MEMORY_OUTPUT_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000008,
|
||||
@@ -1048,7 +1048,7 @@ typedef enum {
|
||||
typedef VkFlags VkMemoryOutputFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_MEMORY_INPUT_CPU_READ_BIT = 0x00000001,
|
||||
VK_MEMORY_INPUT_HOST_READ_BIT = 0x00000001,
|
||||
VK_MEMORY_INPUT_INDIRECT_COMMAND_BIT = 0x00000002,
|
||||
VK_MEMORY_INPUT_INDEX_FETCH_BIT = 0x00000004,
|
||||
VK_MEMORY_INPUT_VERTEX_ATTRIBUTE_FETCH_BIT = 0x00000008,
|
||||
|
Reference in New Issue
Block a user