commit | c9a6edf2e32ec613b1877494197386c8abd38c74 | [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 | 8aa46989ed49a56670ee40b6f04d38f8a40cc096 | |
parent | 80b012645fa4200b2cdd13f590fed2a7a61007f7 [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", } };