File: loader.adoc

package info (click to toggle)
openxr-sdk-source 1.0.14~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,564 kB
  • sloc: python: 16,103; cpp: 12,052; ansic: 8,813; xml: 3,480; sh: 410; makefile: 338; ruby: 247
file content (59 lines) | stat: -rw-r--r-- 1,340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// Copyright (c) 2017-2021, The Khronos Group Inc.
// Copyright notice at https://www.khronos.org/registry/speccopyright.html
//
// SPDX-License-Identifier: CC-BY-4.0

= OpenXR^(R)^  Loader - Design and Operation [DRAFT] {apititle}
Copyright (c) 2017-2021, The Khronos Group Inc.
:data-uri:
:icons: font
:toc2:
:toclevels: 3
:max-width: 100
:numbered:
:imagewidth: 800
:fullimagewidth: width="800"

Copyright (c) 2017-2021, The Khronos Group Inc.
All Rights reserved.

toc::[]


[[introduction]]
= Introduction =

This document contains the necessary information for understanding how to
develop for, and interact with, the OpenXR loader.
Intended use of this document is as a detailed design document and a tool
for learning general OpenXR loader behavior.

In the event of any discrepancies between this document and the
(https://www.khronos.org/registry/OpenXR[OpenXR specification]), that
document is authoritative.


[[introduction-terminology]]
== Terminology ==

The key words *must*, *may*, *can*, *cannot*, *should*, *required*,
*recommend*, and *optional* in this document are to be interpreted as
described in RFC 2119.

include::overview.adoc[]

include::application.adoc[]

include::api_layer.adoc[]

include::runtime.adoc[]

include::source.adoc[]

include::design.adoc[]

include::debug.adoc[]

include::appendicies.adoc[]