vkd3d: Generate Doxygen documentation for vkd3d.h.

This commit is contained in:
Giovanni Mascellani 2023-01-17 13:32:49 +01:00 committed by Alexandre Julliard
parent 6bdb0abf68
commit e5bbd05c98
Notes: Alexandre Julliard 2023-02-22 21:51:39 +01:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/95

View File

@ -34,6 +34,18 @@
extern "C" {
#endif /* __cplusplus */
/**
* \file vkd3d.h
*
* This file contains definitions for the vkd3d library.
*
* The vkd3d library is a 3D graphics library built on top of
* Vulkan. It has an API very similar, but not identical, to
* Direct3D 12.
*
* \since 1.0
*/
enum vkd3d_structure_type
{
/* 1.0 */