aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-14 11:56:44 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-17 10:05:23 -0600
commit810b441fe687be0183d6f9de1091aee9301e8d2a (patch)
treeaed3e6e4844d0e2a4b4402886477b0731d42b7f6 /include
parent5f4c27a7b0ebce954f316febcc4565100221df12 (diff)
downloadusermoji-810b441fe687be0183d6f9de1091aee9301e8d2a.tar.xz
bug-14282: remove const
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h2
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;