mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 09:25:26 +00:00
26 lines
426 B
C
26 lines
426 B
C
// Copyright 2020, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Header with just documentation.
|
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
|
* @ingroup aux_vk
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
|
/*!
|
|
* @defgroup aux_vk Vulkan helper code
|
|
* @ingroup aux
|
|
*
|
|
* @brief Vulkan helper structs and functions.
|
|
*/
|
|
|
|
/*!
|
|
* @dir auxiliary/vk
|
|
* @ingroup aux
|
|
*
|
|
* @brief Vulkan helper structs and functions.
|
|
*/
|