diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-14 11:56:44 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:23 -0600 |
| commit | 810b441fe687be0183d6f9de1091aee9301e8d2a (patch) | |
| tree | aed3e6e4844d0e2a4b4402886477b0731d42b7f6 /include/vulkan.h | |
| parent | 5f4c27a7b0ebce954f316febcc4565100221df12 (diff) | |
| download | usermoji-810b441fe687be0183d6f9de1091aee9301e8d2a.tar.xz | |
bug-14282: remove const
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 53038467..a6a171fc 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1567,7 +1567,7 @@ typedef struct { typedef struct { uint32_t mapEntryCount; const VkSpecializationMapEntry* pMap; - const size_t dataSize; + size_t dataSize; const void* pData; } VkSpecializationInfo; |
