aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-13 14:01:15 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-17 10:05:22 -0600
commitee43e9e363a041bd860cb92cc95d6845ed467a49 (patch)
treef432fabf2956a1fc7a71e80ee2cebe84310f9916 /include
parentf492e04436ff033d07f54fda7e3d13f65a8ff99f (diff)
downloadusermoji-ee43e9e363a041bd860cb92cc95d6845ed467a49.tar.xz
vulkan: Fix definition of LayerProperties
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 83ccc789..53038467 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1355,7 +1355,7 @@ typedef struct {
char layerName[VK_MAX_EXTENSION_NAME];
uint32_t specVersion;
uint32_t implVersion;
- const char* description[VK_MAX_DESCRIPTION];
+ char description[VK_MAX_DESCRIPTION];
} VkLayerProperties;
typedef struct {