microsoft / OpenXR-MixedReality

OpenXR samples and preview headers for HoloLens and Windows Mixed Reality developers familiar with Visual Studio
https://aka.ms/openxr
MIT License
335 stars 95 forks source link

Where/what is XrUtility in pch.h? #90

Closed m-7761 closed 3 years ago

m-7761 commented 3 years ago

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?

yl-msft commented 3 years ago

@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

m-7761 commented 3 years ago

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!)