// SPDX-License-Identifier: LGPL-2.1-only // Copyright (C) 2021 James Hogan #ifndef OSGXR_OPENXR_GRAPHICS_BINDING_WIN32 #define OSGXR_OPENXR_GRAPHICS_BINDING_WIN32 1 #ifdef OSGXR_USE_WIN32 #include "GraphicsBinding.h" #include #include #define XR_USE_GRAPHICS_API_OPENGL #define XR_USE_PLATFORM_WIN32 #include namespace osgXR { namespace OpenXR { typedef GraphicsBindingImpl GraphicsBindingWin32; } // osgXR::OpenXR } // osgXR #endif // OSGXR_USE_WIN32 #endif