diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-06-26 14:32:15 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2015-06-26 14:32:15 -0600 |
| commit | 901b06a249af15c5e47ce66c1a568ff56471c832 (patch) | |
| tree | b2b2a454f17e2379e17709e56c5adfb046506356 /include | |
| parent | 633793a798e8123fa998b147d920aae2d1979e6c (diff) | |
| download | usermoji-901b06a249af15c5e47ce66c1a568ff56471c832.tar.xz | |
vulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSize
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 1 |
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; |
