Update for Vulkan-Docs 1.2.200

This commit is contained in:
Jon Leech 2021-11-23 08:05:57 -08:00
parent 83e1a9ed8c
commit a152371654
11 changed files with 1057 additions and 461 deletions

View file

@ -1483,7 +1483,6 @@ class Registry:
def __validateLimittype(self):
"""Validate 'limittype' attributes."""
self.gen.logMsg('diag', 'VALIDATING LIMITTYPE ATTRIBUTES')
badFields = self.__validateStructLimittypes(self.typedict['VkPhysicalDeviceProperties2'])
for featStructName in self.validextensionstructs['VkPhysicalDeviceProperties2']:
featStruct = self.typedict[featStructName]