Update for Vulkan-Docs 1.3.277

This commit is contained in:
Jon Leech 2024-02-01 05:48:32 -08:00 committed by Jon Leech
parent ea45703eff
commit 5a5c9a6434
16 changed files with 2169 additions and 69 deletions

View file

@ -119,6 +119,7 @@ class VulkanConventions(ConventionsBase):
# The simple-minded rules need modification for some structure names
subpats = [
[ r'_H_(26[45])_', r'_H\1_' ],
[ r'_AV_1_', r'_AV1_' ],
[ r'_VULKAN_([0-9])([0-9])_', r'_VULKAN_\1_\2_' ],
[ r'_VULKAN_SC_([0-9])([0-9])_',r'_VULKAN_SC_\1_\2_' ],
[ r'_DIRECT_FB_', r'_DIRECTFB_' ],