commit | a3eb0c168aab2f9a3c232625fc77a595c5ef3dbd | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Jul 06 21:29:58 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Jul 07 17:57:49 2015 -0600 |
tree | 270c4ccf663762ef154741a2674abc312b4ce569 | |
parent | 70db78736fb002220508fbc8aa79116cd97dc6fe [diff] [blame] |
apidump: Correct layer property description
diff --git a/layers/apidump.h b/layers/apidump.h index d72ab31..6905fbd 100644 --- a/layers/apidump.h +++ b/layers/apidump.h
@@ -39,7 +39,7 @@ "Generic", VK_API_VERSION, // specVersion VK_MAKE_VERSION(0, 1, 0), // implVersion - "layer: Generic", + "layer: APIDump", } }; @@ -49,7 +49,7 @@ "Generic", VK_API_VERSION, // specVersion VK_MAKE_VERSION(0, 1, 0), // implVersion - "layer: Generic", + "layer: APIDump", } };