Plasma Engine  2.0
Loading...
Searching...
No Matches
OpenXRIncludes.h
1#pragma once
2
3#include <Foundation/Basics/Platform/Win/IncludeWindows.h>
4#include <d3d11_1.h>
5#define XR_USE_GRAPHICS_API_D3D11
6#if PL_ENABLED(PL_PLATFORM_WINDOWS)
7# define XR_USE_PLATFORM_WIN32
8#endif
9#include <openxr/openxr.h>
10#include <openxr/openxr_platform.h>
11#include <openxr/openxr_platform_defines.h>
12
13#ifdef BUILDSYSTEM_ENABLE_OPENXR_REMOTING_SUPPORT
14# include <openxr/openxr_msft_holographic_remoting.h>
15#endif