Update for Vulkan-Docs 1.3.257

This commit is contained in:
Jon Leech 2023-07-07 07:19:56 -07:00 committed by Jon Leech
parent 179b26a792
commit 485c0395ad
31 changed files with 812 additions and 276 deletions

View file

@ -255,6 +255,8 @@ class COutputGenerator(OutputGenerator):
write('#ifdef', self.featureExtraProtect, file=self.outFile)
self.newline()
# Generate warning of possible use in IDEs
write(f'// {self.featureName} is a preprocessor guard. Do not pass it to API calls.', file=self.outFile)
write('#define', self.featureName, '1', file=self.outFile)
for section in self.TYPE_SECTIONS:
contents = self.sections[section]