mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
vkd3d: Generate Doxygen documentation for vkd3d.h.
This commit is contained in:
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
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user