cmbruns / pyopenxr

Unofficial python bindings for OpenXR access to VR and AR devices
Apache License 2.0
103 stars 8 forks source link

TypedefType should contain a name and another Type #14

Closed cmbruns closed 2 years ago

cmbruns commented 2 years ago

Invalid. xrg.types.TypedefType satisfies the public api for TypeBase. It's a bit confusing because the declaration class xrg.declarations.TypedefItem does carry both a name and a type.