microsoft/OpenXR-MixedReality

Where/what is XrUtility in pch.h?

m-7761 opened this issue · 2 comments

This term turns up nothing on Github and only https://community.khronos.org/t/getting-opengl-to-work-with-openxr/105884/4 on Google. Is it part of some Windows SDK?

@mick-p1982 XrUtility is a group of header-only helper functions for OpenXR c++ applications. It is developed by this sample repo. All of them is under this folder:
https://github.com/microsoft/OpenXR-MixedReality/tree/main/shared/XrUtility

Ah thank you, I'd lost track that I pulled out the BasicXrApp folder in isolation. I really would've expected Google or Bing to have indexed that folder. Thanks. (Edited: I should also add GitHub search!)