We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eb1491 + 0ba2bb9 commit b75c226Copy full SHA for b75c226
changes/sdk/pr.247.gh.OpenXR-SDK-Source.md
@@ -0,0 +1 @@
1
+hello_xr: Make sure `common.h` includes the reflection header that it uses.
src/tests/hello_xr/common.h
@@ -10,6 +10,8 @@
10
#include <stdarg.h>
11
#include <stddef.h>
12
13
+#include <openxr/openxr_reflection.h>
14
+
15
// Macro to generate stringify functions for OpenXR enumerations based data provided in openxr_reflection.h
16
// clang-format off
17
#define ENUM_CASE_STR(name, val) case name: return #name;
0 commit comments