Module: vkd3d Branch: master Commit: e5bbd05c987a932dd25d63289372215204f346ff URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/e5bbd05c987a932dd25d6328937221...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Tue Jan 17 13:32:49 2023 +0100
vkd3d: Generate Doxygen documentation for vkd3d.h.
---
include/vkd3d.h | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/include/vkd3d.h b/include/vkd3d.h index b44f0084..76b1ba65 100644 --- a/include/vkd3d.h +++ b/include/vkd3d.h @@ -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 */