aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/param_checker.cpp')
-rw-r--r--layers/param_checker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp
index c3cc8392..94550745 100644
--- a/layers/param_checker.cpp
+++ b/layers/param_checker.cpp
@@ -262,10 +262,11 @@ struct extProps {
const char * const name;
};
-#define PARAM_CHECKER_LAYER_EXT_ARRAY_SIZE 1
+#define PARAM_CHECKER_LAYER_EXT_ARRAY_SIZE 2
static const struct extProps pcExts[PARAM_CHECKER_LAYER_EXT_ARRAY_SIZE] = {
// TODO what is the version?
0x10, "ParamChecker",
+ 0x10, "Validation",
};
VK_LAYER_EXPORT VkResult VKAPI vkGetGlobalExtensionInfo(