cmbruns / pyopenxr

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

More structure constructor parameters should accept python sequences #74

Closed cmbruns closed 2 years ago

cmbruns commented 2 years ago

For example:

Pretty much anything with both a Foo.bar_count: int and a Foo.bars: POINTER(something) member should accept a sequence as a constructor parameter.

cmbruns commented 2 years ago

Initial implementation completed with today's commits.