Skip to content

Commit

Permalink
Update source\Overview.rst doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FuXiii committed Oct 6, 2023
1 parent 8098d1e commit ea95861
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* 2023/10/6 增加 ``VkMemoryAllocateInfo`` 章节。
* 2023/10/6 更新 ``VkMemoryHeap`` 章节。修正 ``VkMemoryHeap::size`` 单位讲解错误。
* 2023/10/6 增加 ``回收内存`` 章节。
* 2023/10/6 增加 ``vkFreeMemory`` 章节。

由于 ``Vulkan`` 比较复杂,为了更好的入门 ``Vulkan`` ,还是大致过一遍 ``Vulkan`` 的核心思路,这对以后的学习很有帮助。

Expand Down Expand Up @@ -1589,6 +1590,9 @@ VkMemoryAllocateInfo

内存成功分配完之后,可以通过 ``vkFreeMemory`` 函数进行回收。其定义如下:

vkFreeMemory
^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code:: c++

// 由 VK_VERSION_1_0 提供
Expand Down

0 comments on commit ea95861

Please sign in to comment.