From 84f93960d3369925eba0eae34198ecbfc63adada Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 27 Oct 2015 18:52:46 +0800 Subject: bug 14936: Sparse questions/issues (WIP) https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14936 --- include/vulkan.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index 947c9476..24aaafa1 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -839,10 +839,6 @@ typedef enum { VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 0x00000004, } VkSparseImageFormatFlagBits; typedef VkFlags VkSparseImageFormatFlags; - -typedef enum { - VK_SPARSE_MEMORY_BIND_REPLICATE_BLOCK_BIT = 0x00000001, -} VkSparseMemoryBindFlagBits; typedef VkFlags VkSparseMemoryBindFlags; typedef enum { @@ -1163,6 +1159,7 @@ typedef struct { VkBool32 sparseResidency8Samples; VkBool32 sparseResidency16Samples; VkBool32 sparseResidencyAliased; + VkBool32 variableMultisampleRate; } VkPhysicalDeviceFeatures; typedef struct { @@ -1292,7 +1289,6 @@ typedef struct { VkBool32 residencyStandard2DMultisampleBlockShape; VkBool32 residencyStandard3DBlockShape; VkBool32 residencyAlignedMipSize; - VkBool32 residencyNonResident; VkBool32 residencyNonResidentStrict; } VkPhysicalDeviceSparseProperties; -- cgit v1.2.3