Monado OpenXR Runtime
wgl_api.h
Go to the documentation of this file.
1// Copyright 2021-2022, Collabora, Ltd.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief WGL API wrapper header.
6 * @author Rylie Pavlik <rylie.pavlik@collabora.com>
7 * @ingroup aux_ogl
8 */
9
10#pragma once
11
12#include <xrt/xrt_windows.h>
13
14#include "glad/wgl.h"
A minimal way to include Windows.h.