Giovanni Mascellani : vkd3d-utils: Generate Doxygen documentation for vkd3d_utils.h.
Module: vkd3d Branch: master Commit: 5f904e5022e4f8c167415d14bf1eb0f00639427e URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/5f904e5022e4f8c167415d14bf1eb0... Author: Giovanni Mascellani <gmascellani(a)codeweavers.com> Date: Wed Feb 15 15:28:43 2023 +0100 vkd3d-utils: Generate Doxygen documentation for vkd3d_utils.h. --- include/vkd3d_utils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/vkd3d_utils.h b/include/vkd3d_utils.h index 6e84b176..e8462563 100644 --- a/include/vkd3d_utils.h +++ b/include/vkd3d_utils.h @@ -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)
participants (1)
-
Alexandre Julliard