aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan.h
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-08-28 16:27:33 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-08-31 09:43:51 -0600
commit789dd64a4fc8c0ec6cd139d6fa9883144da39f7d (patch)
tree471e3062b7745394dd7e0221295e65a8de1e6e02 /include/vulkan.h
parent11b48d0ae7879da4bc58e9666a927c50f90cad8b (diff)
downloadusermoji-789dd64a4fc8c0ec6cd139d6fa9883144da39f7d.tar.xz
bug-13970: Sparse Texture VA Size
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=13970
Diffstat (limited to 'include/vulkan.h')
-rw-r--r--include/vulkan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 78d0381a..8e520e9e 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -41,7 +41,7 @@ extern "C" {
((major << 22) | (minor << 12) | patch)
// Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 156, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 157, 0)
#if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)
@@ -1228,6 +1228,7 @@ typedef struct {
uint32_t maxPushConstantsSize;
uint32_t maxMemoryAllocationCount;
VkDeviceSize bufferImageGranularity;
+ VkDeviceSize sparseAddressSpaceSize;
uint32_t maxBoundDescriptorSets;
uint32_t maxDescriptorSets;
uint32_t maxPerStageDescriptorSamplers;