From 6d202489fc4cc38100b0024143c73026a6b72dd8 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 6 Jul 2015 21:29:58 -0600 Subject: apidump: Correct layer property description --- layers/apidump.h | 4 ++-- 1 file 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", } }; -- cgit v1.2.3