Skip to content
Snippets Groups Projects
Commit 5f904e50 authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

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

parent e5bbd05c
No related branches found
No related tags found
1 merge request!95Add missing public headers to Doxygen documentation.
Pipeline #7896 skipped
......@@ -29,6 +29,17 @@
extern "C" {
#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_TIMEOUT (1)
#define VKD3D_WAIT_FAILED (~0u)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment