Monado OpenXR Runtime
xrt_gfx_gles.h
Go to the documentation of this file.
1 // Copyright 2019, Collabora, Ltd.
2 // SPDX-License-Identifier: BSL-1.0
3 /*!
4  * @file
5  * @brief Header for misc OpenGL ES code, not a complete graphics provider.
6  * @author Simon Ser <contact@emersion.fr>
7  * @ingroup xrt_iface
8  */
9 
10 #pragma once
11 
12 #include "xrt/xrt_defines.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 
19 /*!
20  * @ingroup xrt_iface
21  */
22 void
23 xrt_gfx_gles_get_versions(struct xrt_api_requirements *ver);
24 
25 
26 #ifdef __cplusplus
27 }
28 #endif
A range of API versions supported.
Definition: xrt_defines.h:580
Common defines and enums for XRT.