summaryrefslogtreecommitdiff
path: root/codegen/vulkan/update_valid_usage_ids.sh
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/vulkan/update_valid_usage_ids.sh')
-rwxr-xr-xcodegen/vulkan/update_valid_usage_ids.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/codegen/vulkan/update_valid_usage_ids.sh b/codegen/vulkan/update_valid_usage_ids.sh
new file mode 100755
index 00000000..524bcb3b
--- /dev/null
+++ b/codegen/vulkan/update_valid_usage_ids.sh
@@ -0,0 +1,11 @@
+# Copyright 2018-2021 The Khronos Group, Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+# This script updates the valid usage IDs in the specification
+# AsciiDoctor files. If a valid usage entry already contains
+# an ID, it skips that entry. If it does not contain an ID,
+# it will generate a new one.
+
+python3 reflow.py -overwrite -noflow -tagvu
+