diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index d4de88bd..03db3cc9 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -910,11 +910,6 @@ typedef enum { } VkBufferUsageFlagBits; typedef VkFlags VkBufferUsageFlags; typedef VkFlags VkBufferViewCreateFlags; - -typedef enum { - VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT = 0x00000001, - VK_IMAGE_VIEW_CREATE_READ_ONLY_STENCIL_BIT = 0x00000002, -} VkImageViewCreateFlagBits; typedef VkFlags VkImageViewCreateFlags; typedef VkFlags VkImageAspectFlags; typedef VkFlags VkShaderModuleCreateFlags; |
