Monado OpenXR Runtime
xrt_gfx_gl.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 code, not a complete graphics provider.
6 * @author Jakob Bornecrantz <jakob@collabora.com>
7 * @ingroup xrt_iface
8 */
9
10#pragma once
11
12#include "xrt/xrt_defines.h"
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18
19/*!
20 * @ingroup xrt_iface
21 */
22void
23xrt_gfx_gl_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.