aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-06 21:29:58 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-07 17:57:49 -0600
commit6d202489fc4cc38100b0024143c73026a6b72dd8 (patch)
tree4c90c124567e02320dd808aace3daa636cbb10de /layers
parent9aa31308449442bfdbccc47091c7cddc82f0489a (diff)
downloadusermoji-6d202489fc4cc38100b0024143c73026a6b72dd8.tar.xz
apidump: Correct layer property description
Diffstat (limited to 'layers')
-rw-r--r--layers/apidump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/apidump.h b/layers/apidump.h
index d72ab31f..6905fbd8 100644
--- a/layers/apidump.h
+++ b/layers/apidump.h
@@ -39,7 +39,7 @@ static const VkLayerProperties layerProps[LAYER_PROPS_ARRAY_SIZE] = {
"Generic",
VK_API_VERSION, // specVersion
VK_MAKE_VERSION(0, 1, 0), // implVersion
- "layer: Generic",
+ "layer: APIDump",
}
};
@@ -49,7 +49,7 @@ static const VkLayerProperties layerDevProps[LAYER_DEV_PROPS_ARRAY_SIZE] = {
"Generic",
VK_API_VERSION, // specVersion
VK_MAKE_VERSION(0, 1, 0), // implVersion
- "layer: Generic",
+ "layer: APIDump",
}
};