mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
vkd3d-utils: Generate Doxygen documentation for vkd3d_utils.h.
This commit is contained in:
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
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user