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

vkd3d: Generate Doxygen documentation for vkd3d.h.

parent 6bdb0abf
No related branches found
Tags wine-0.9.54
No related merge requests found
......@@ -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 */
......
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