BeRo1985 / pasvulkan

Vulkan header generator, OOP-style API wrapper, framework and prospective Vulkan-based game engine for Object Pascal
zlib License
185 stars 28 forks source link

OpenXR #22

Open ddem43 opened 2 years ago

ddem43 commented 2 years ago

in case anyone interested in openXR I just want to mention I made some work (last summer) on reusing the code from vkxml2pas in order to build a xrxml2pas (I made it this way because xml definition files are very similar between openXR and Vulkan )

I just tried the resulting unit (openxr.pas) with success during christmas vacation with an oculus quest 2 and airlink ( oculus has an openxr runtime working with opengl on windows (for both 32 and 64 bits platforms ))

the branch with the files is here : https://github.com/ddem43/pasvulkan/commits/openxr

sordak commented 6 months ago

Hey, take a look: https://github.com/BeRo1985/pasvulkan/issues/34