From 38baf21aa75593b83387e2a4245ac21f93637662 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 1 Oct 2025 05:57:00 +0000 Subject: [PATCH] add comments git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@93 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/Vulkan.h | 5 +++++ src/vulkan.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/include/Mw/Vulkan.h b/include/Mw/Vulkan.h index 4ac3373..6642edb 100644 --- a/include/Mw/Vulkan.h +++ b/include/Mw/Vulkan.h @@ -4,6 +4,11 @@ * %brief Vulkan widget * %warning This header is not documented yet */ + +/** + * ioixd maintains this file. nishi doesn't know vulkan at all + */ + #ifndef __MW_VULKAN_H__ #define __MW_VULKAN_H__ diff --git a/src/vulkan.c b/src/vulkan.c index 40621d2..23cbd7e 100644 --- a/src/vulkan.c +++ b/src/vulkan.c @@ -2,6 +2,10 @@ #include #include +/** + * ioixd maintains this file. nishi doesn't know vulkan at all + */ + #ifdef _WIN32 #define VK_USE_PLATFORM_WIN32_KHR 1 #endif