Skyscraper
2.0
src
openxr
XrUtility
XrStereoView.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
namespace
StereoView {
9
constexpr
uint32_t
Left
= 0;
10
constexpr
uint32_t
Right
= 1;
11
constexpr
uint32_t
Count
= 2;
12
}
// namespace StereoView
13
14
}
// namespace xr
xr::StereoView::Right
constexpr uint32_t Right
Definition
XrStereoView.h:10
xr::StereoView::Count
constexpr uint32_t Count
Definition
XrStereoView.h:11
xr::StereoView::Left
constexpr uint32_t Left
Definition
XrStereoView.h:9
xr
The xr::DispatchTable struct contains all available PFN pointers to xr functions including those in a...
Definition
XrDispatchTable.h:23
Generated by
1.11.0