vkd3d-utils: Generate Doxygen documentation for vkd3d_utils.h.

This commit is contained in:
Giovanni Mascellani 2023-02-15 15:28:43 +01:00 committed by Alexandre Julliard
parent e5bbd05c98
commit 5f904e5022
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

@ -29,6 +29,17 @@
extern "C" { extern "C" {
#endif /* __cplusplus */ #endif /* __cplusplus */
/**
* \file vkd3d_utils.h
*
* This file contains definitions for the vkd3d-utils library.
*
* The vkd3d-utils library is a collections of routines to ease the
* porting of a Direct3D 12 application to vkd3d.
*
* \since 1.0
*/
#define VKD3D_WAIT_OBJECT_0 (0) #define VKD3D_WAIT_OBJECT_0 (0)
#define VKD3D_WAIT_TIMEOUT (1) #define VKD3D_WAIT_TIMEOUT (1)
#define VKD3D_WAIT_FAILED (~0u) #define VKD3D_WAIT_FAILED (~0u)