Skip to content

Commit

Permalink
Update source\Application\VulkanTriangle.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
FuXiii committed Nov 18, 2024
1 parent d8b3742 commit 11a2268
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
37 changes: 36 additions & 1 deletion source/Application/VulkanTriangle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Vulkan 三角形
* 2024/11/7 增加该文章
* 2024/11/8 更新该文章
* 2024/11/15 更新该文章。增加编译流程说明和 ``MacOS`` 适配。
* 2024/11/18 增加 ``更新日志`` 章节。
* 2024/11/18 增加 ``讲解`` 章节。

.. sidebar::

Expand Down Expand Up @@ -111,4 +113,37 @@ Vulkan 三角形

.. code-block:: console
cmake --build .
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

未完待续
4 changes: 4 additions & 0 deletions source/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
此更新日志为纵览更新,对于具体文章的更新位于每个文章的开头的 `更新记录` 中。
```

## 2024/11/18

>* 更新`Vulkan 三角形`工程文档
## 2024/11/15

>* 更新`Vulkan 三角形`工程文档
Expand Down

0 comments on commit 11a2268

Please sign in to comment.