Update for Vulkan-Docs 1.1.122

This commit is contained in:
Jon Leech
2019-09-08 21:57:00 -07:00
committed by Jon Leech
parent 5671d014bc
commit 42ad3f90fa
10 changed files with 1107 additions and 955 deletions

View File

@@ -314,3 +314,10 @@ class ConventionsBase:
May override."""
return typename in TYPES_KNOWN_ALWAYS_VALID
@property
def should_skip_checking_codes(self):
"""Return True if more than the basic validation of return codes should
be skipped for a command."""
return False