From 810b441fe687be0183d6f9de1091aee9301e8d2a Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 14 Jul 2015 11:56:44 -0600 Subject: bug-14282: remove const --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vulkan.h') 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; -- cgit v1.2.3