Update for Vulkan-Docs 1.2.135

This commit is contained in:
Jon Leech 2020-03-17 05:02:49 -07:00 committed by Jon Leech
parent 74556a1317
commit 26341b4bf0
8 changed files with 11247 additions and 3862 deletions

View file

@ -1120,6 +1120,7 @@ class Registry:
# Sort the features list, if a sort procedure is defined
if self.genOpts.sortProcedure:
self.genOpts.sortProcedure(features)
# print('sortProcedure ->', [f.name for f in features])
# Pass 1: loop over requested API versions and extensions tagging
# types/commands/features as required (in an <require> block) or no