VTK  9.3.1
vtkOpenXR.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
8 #ifndef vtkOpenXR_h
9 #define vtkOpenXR_h
10 
11 #include <openxr.h>
12 
13 #include "XrExtensions.h"
14 
15 #define HAND_COUNT 2
16 
17 #define LEFT_EYE 0
18 #define RIGHT_EYE 1
19 
20 #endif
21 // VTK-HeaderTest-Exclude: vtkOpenXR.h
Load OpenXR extensions common to all platforms and graphics backend.