diff options
author | Jon Leech <[email protected]> | 2022-09-01 02:48:05 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2022-09-01 04:46:04 -0700 |
commit | 9f4c61a31435a7a90a314fc68aeb386c92a09c0f (patch) | |
tree | a93881006a9e05e3ff76cd38e9cce903d00c04f9 /registry/genvk.py | |
parent | 715673702f5b18ffb8e5832e67cf731468d32ac6 (diff) | |
download | Vulkan-Headers-9f4c61a31435a7a90a314fc68aeb386c92a09c0f.tar.gz Vulkan-Headers-9f4c61a31435a7a90a314fc68aeb386c92a09c0f.zip |
Update for Vulkan-Docs 1.3.226v1.3.226
Diffstat (limited to 'registry/genvk.py')
-rwxr-xr-x | registry/genvk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/genvk.py b/registry/genvk.py index 1b473ac..4cd362f 100755 --- a/registry/genvk.py +++ b/registry/genvk.py @@ -550,8 +550,8 @@ def makeGenOpts(args): # These are not Vulkan extensions, or a part of the Vulkan API at all, # but are treated in a similar fashion for generation purposes. # - # Each element of the videoStd[] array is an 'extension' name defining - # an interface, and is also the basis for the generated header file name. + # Each element of the videoStd[] array is an extension name defining an + # interface, and is also the basis for the generated header file name. videoStd = [ 'vulkan_video_codecs_common', |