aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-06-26 14:32:15 -0600
committerTony Barbour <tony@LunarG.com>2015-06-26 14:32:15 -0600
commit901b06a249af15c5e47ce66c1a568ff56471c832 (patch)
treeb2b2a454f17e2379e17709e56c5adfb046506356 /include
parent633793a798e8123fa998b147d920aae2d1979e6c (diff)
downloadusermoji-901b06a249af15c5e47ce66c1a568ff56471c832.tar.xz
vulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSize
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 762d1c18..66561e1a 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1174,7 +1174,6 @@ typedef struct VkPhysicalDeviceProperties_
uint32_t deviceId;
VkPhysicalDeviceType deviceType;
char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME];
- VkDeviceSize maxInlineMemoryUpdateSize;
uint32_t maxBoundDescriptorSets;
uint32_t maxThreadGroupSize;
uint64_t timestampFrequency;