GitHub - KhronosGroup/OpenXR-Docs: OpenXR Specification sources and related material (original) (raw)
OpenXR™ API Documentation Project
This repository contains sources for the formal documentation of the OpenXR API. This includes:
- the OpenXR API Specification
- OpenXR header files (generated from the specification)
- related tools and scripts.
The authoritative public repository is located athttps://github.com/KhronosGroup/OpenXR-Docs/. It hosts public Issue tracker, and accepts patches (Pull Requests) from the general public.
Directory Structure
The directory structure is as follows:
README.adoc This file
COPYING.md Copyright and licensing information
CODE_OF_CONDUCT.md Code of Conduct
specification/ Specification - files to generate the spec
include/openxr/ Static OpenXR header (not generated from the Registry)
Building the Specification and Reference Pages, and Regenerating Headers
The document sources are marked up in Asciidoctor format, and we useasciidoctor
and related toolchain components to generate output documents. See specification/README.mdfor more information on installing the toolchain and building the Specification.
Note about git blame
We are tracking "bulk commits" in the .git-blame-ignore-revs
file, for better git blame output. Sadly it appears that web interfaces do not yet handle this file, but you can if using the command line. See--ignore-revs-file docsfor details, andthis blog post about ignore-revsfor some useful usage details.