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