mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
26 lines
416 B
C
26 lines
416 B
C
|
// Copyright 2019, Collabora, Ltd.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Header with just documentation.
|
||
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||
|
* @ingroup aux_ogl
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
|
||
|
/*!
|
||
|
* @defgroup aux_ogl OpenGL bindings
|
||
|
* @ingroup aux
|
||
|
*
|
||
|
* @brief OpenGL bindings helper library.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* @dir auxiliary/ogl
|
||
|
* @ingroup aux
|
||
|
*
|
||
|
* @brief OpenGL bindings helper library.
|
||
|
*/
|