File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,27 @@ It hosts public Issue tracker, and accepts patches (Pull Requests) from the
1212general public.
1313
1414## Directory Structure
15+ ```
16+ BUILDING.md Instructions for building the projects
17+ README.md This file
18+ COPYING.md Copyright and licensing information
19+ CODE_OF_CONDUCT.md Code of Conduct
20+ external/ External code for projects in the repo
21+ include/ OpenXR platform include file
22+ specification/ xr.xml file
23+ src/ Source code for various projects
24+ src/api_layer Sample code for developing API layers
25+ src/loader OpenXR loader code
26+ src/tests/ various test code (if looking for sample code start with hello_xr/
27+ ```
28+
29+ Currently the best sample code is in src/tests/hello_xr/. More will be added in the future.
30+
31+ This structure is for the provisional specification. Things are
32+ incomplete at launch but will be added to going forward.
33+
1534
1635## Building
1736
37+ See BUILDING.md
38+
You can’t perform that action at this time.
0 commit comments