Skyscraper 2.0
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
6namespace 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
constexpr side_t Left
Definition XrSide.h:11
constexpr side_t Count
Definition XrSide.h:13
constexpr side_t Right
Definition XrSide.h:12
The xr::DispatchTable struct contains all available PFN pointers to xr functions including those in a...
uint32_t side_t
Definition XrSide.h:8