You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
XREW is a single-header OpenXR Extension Wrangler, generated from the [OpenXR registry](https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/registry/xr.xml)
6
6
7
-
This automate the task of calling `xrGetInstanceProcAddr()` for every non-core function you may need. This do not replace, but intead complement, the OpenXR loader present in the SDK.
7
+
This automate the task of calling `xrGetInstanceProcAddr()` for every non-core function you may need. This do not replace, but instead complement, the OpenXR loader present in the SDK.
8
8
9
9
Naming and general "way of working" is inspired by [GLEW](http://glew.sourceforge.net/). However, XREW is a really small header only library and do not interfere with the linking process.
10
10
11
11
## How to use XREW
12
12
13
-
Obain a copy of `xrew.h` by downloading it here, cloning this repository, or by generating it yourself from the python script and the registry.
13
+
Obtain a copy of `xrew.h` by downloading it here, cloning this repository, or by generating it yourself from the python script and the registry.
0 commit comments