diff options
author | Jon Leech <[email protected]> | 2023-02-16 05:30:42 -0800 |
---|---|---|
committer | Jon Leech <[email protected]> | 2023-02-16 06:09:12 -0800 |
commit | bd6443d28f2ebecedfb839b52d612011ba623d14 (patch) | |
tree | 5475e194059da9a2fbb0e0393d905bd2f0cb854c /registry/vkconventions.py | |
parent | e8b8e06d092ab406b097907ecaae1a8aae9c7d53 (diff) | |
download | Vulkan-Headers-bd6443d28f2ebecedfb839b52d612011ba623d14.tar.gz Vulkan-Headers-bd6443d28f2ebecedfb839b52d612011ba623d14.zip |
Update for Vulkan-Docs 1.3.241v1.3.241
Diffstat (limited to 'registry/vkconventions.py')
-rw-r--r-- | registry/vkconventions.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/registry/vkconventions.py b/registry/vkconventions.py index c8ee937..5cc5890 100644 --- a/registry/vkconventions.py +++ b/registry/vkconventions.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -i # -# Copyright 2013-2022 The Khronos Group Inc. +# Copyright 2013-2023 The Khronos Group Inc. # # SPDX-License-Identifier: Apache-2.0 @@ -109,6 +109,8 @@ class VulkanConventions(ConventionsBase): [ r'_H_(26[45])_', r'_H\1_' ], [ r'_VULKAN_([0-9])([0-9])_', r'_VULKAN_\1_\2_' ], [ r'_DIRECT_FB_', r'_DIRECTFB_' ], + [ r'_VULKAN_SC_10', r'_VULKAN_SC_1_0' ], + ] for subpat in subpats: |