Skip to content

Commit d771d67

Browse files
committed
Update to OpenXR v1.0.32.1
1 parent ccfc392 commit d771d67

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

third-party/OpenXR-SDK

Submodule OpenXR-SDK updated 46 files

third-party/OpenXR-SDK-Source

Submodule OpenXR-SDK-Source updated 64 files

tracing-generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
from automatic_source_generator import (
4040
AutomaticSourceOutputGenerator,
4141
AutomaticSourceGeneratorOptions,
42+
StructRelationGroup,
4243
)
4344

4445

@@ -106,7 +107,7 @@ def genStructUnion(self, type_info, type_category, type_name, alias):
106107
return
107108
group = self._next_structs.get(next_of)
108109
if not group:
109-
group = self.StructRelationGroup(
110+
group = StructRelationGroup(
110111
generic_struct_name=next_of, child_struct_names=[]
111112
)
112113
self._next_structs[next_of] = group

0 commit comments

Comments
 (0)