Update for Vulkan-Docs 1.2.200
This commit is contained in:
parent
83e1a9ed8c
commit
a152371654
11 changed files with 1057 additions and 461 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue