diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-27 17:50:57 +0800 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-02 14:17:21 -0700 |
| commit | 6fdb231a8f1d522ead164d75a31904a479a4e38a (patch) | |
| tree | ab766676accd779645470d93c2050bd871fa6fef /include | |
| parent | 775533fb3921787f684f7e641844037ae4188969 (diff) | |
| download | usermoji-6fdb231a8f1d522ead164d75a31904a479a4e38a.tar.xz | |
v195: bug 14932: Pipeline Cache clarifications needed (WIP)
Remove maxSize.
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14932
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index efa2d844..8c7977c6 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, 194, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 195, 0) #define VK_NULL_HANDLE 0 @@ -1593,7 +1593,6 @@ typedef struct { VkPipelineCacheCreateFlags flags; size_t initialDataSize; const void* pInitialData; - size_t maxSize; } VkPipelineCacheCreateInfo; typedef struct { |
