Update for Vulkan-Docs 1.4.321
This commit is contained in:
parent
16cedde356
commit
2cd90f9d20
19 changed files with 179987 additions and 139944 deletions
|
|
@ -465,7 +465,8 @@ class Spirv:
|
|||
# This class is designed so all generator scripts can use this to obtain data
|
||||
@dataclass
|
||||
class VulkanObject():
|
||||
headerVersion: int = 0 # value of VK_HEADER_VERSION
|
||||
headerVersion: int = 0 # value of VK_HEADER_VERSION (ex. 345)
|
||||
headerVersionComplete: str = '' # value of VK_HEADER_VERSION_COMPLETE (ex. '1.2.345' )
|
||||
|
||||
extensions: dict[str, Extension] = field(default_factory=dict, init=False)
|
||||
versions: dict[str, Version] = field(default_factory=dict, init=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue