From 11a2268384e52e73e6902774bc693ec19ce4a6d8 Mon Sep 17 00:00:00 2001 From: FuXiii Date: Mon, 18 Nov 2024 11:20:36 +0800 Subject: [PATCH] Update source\Application\VulkanTriangle.rst --- source/Application/VulkanTriangle.rst | 37 ++++++++++++++++++++++++++- source/Changelog.md | 4 +++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/source/Application/VulkanTriangle.rst b/source/Application/VulkanTriangle.rst index 283515c..44c4faa 100644 --- a/source/Application/VulkanTriangle.rst +++ b/source/Application/VulkanTriangle.rst @@ -8,6 +8,8 @@ Vulkan 三角形 * 2024/11/7 增加该文章 * 2024/11/8 更新该文章 * 2024/11/15 更新该文章。增加编译流程说明和 ``MacOS`` 适配。 + * 2024/11/18 增加 ``更新日志`` 章节。 + * 2024/11/18 增加 ``讲解`` 章节。 .. sidebar:: @@ -111,4 +113,37 @@ Vulkan 三角形 .. code-block:: console - cmake --build . \ No newline at end of file + cmake --build . + + +.. dropdown:: 更新日志 + + .. admonition:: 2024/11/18 + :class: note + + * 适配 ``Swapchain`` 大小改变。 + * 优化代码结构。 + + .. admonition:: 2024/11/15 + :class: note + + * ``macOS`` 平台成功编译(由于本人没有苹果环境,没有执行测试,只能得到是否编译成功)。 + + .. admonition:: 2024/11/14 + :class: note + + * 动态判断加载 ``Layer`` 和 ``Extension`` 。 + * 适配了一版 ``苹果`` 系统,还未进行测试,不知是否可行。 + + .. admonition:: 2024/11/13 + :class: note + + * 成功适配 ``Deepin V23`` ( ``Linux`` )。 + +讲解 +######### + +.. admonition:: 备注 + :class: warning + + 未完待续 \ No newline at end of file diff --git a/source/Changelog.md b/source/Changelog.md index cff9125..4f0a15d 100644 --- a/source/Changelog.md +++ b/source/Changelog.md @@ -4,6 +4,10 @@ 此更新日志为纵览更新,对于具体文章的更新位于每个文章的开头的 `更新记录` 中。 ``` +## 2024/11/18 + +>* 更新`Vulkan 三角形`工程文档 + ## 2024/11/15 >* 更新`Vulkan 三角形`工程文档