Skyscraper
2.0
src
openxr
XrUtility
XrSide.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
#pragma once
5
6
namespace
xr
{
7
8
typedef
uint32_t
side_t
;
9
10
namespace
Side {
11
constexpr
side_t
Left
= 0;
12
constexpr
side_t
Right
= 1;
13
constexpr
side_t
Count
= 2;
14
}
// namespace Side
15
16
}
// namespace xr
xr::Side::Left
constexpr side_t Left
Definition
XrSide.h:11
xr::Side::Count
constexpr side_t Count
Definition
XrSide.h:13
xr::Side::Right
constexpr side_t Right
Definition
XrSide.h:12
xr
The xr::DispatchTable struct contains all available PFN pointers to xr functions including those in a...
Definition
XrDispatchTable.h:23
xr::side_t
uint32_t side_t
Definition
XrSide.h:8
Generated by
1.11.0