We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb0b8f commit 8f3c2c5Copy full SHA for 8f3c2c5
source/ResourceAndMemory.rst
@@ -274,18 +274,9 @@ VkMemoryRequirements
274
275
设备内存与资源绑定示意图
276
277
+当 ``vkBind[Buffer/Image]Memory(...)`` 函数返回 ``VkResult::VK_SUCCESS`` 说明只有躯壳的资源终于拥有了灵魂,它的一生完整了!
278
279
+.. admonition:: Vulkan 设备内存管理
280
+ :class: note
281
-
282
283
284
285
286
287
288
289
-.. note::
290
291
- 未完待续
+ ``Vulkan`` 为用户自定义内存管理提供了可能,但实现一个高效稳健的内存管理系统并不是一件容易事。用户可以使用 ``AMD`` 在 ``GPU Open`` 计划中推出的 `Vulkan® Memory Allocator (VMA) <https://gpuopen.com/vulkan-memory-allocator/>`_ 进行设备内存管理。有关如何使用 ``VMA`` 将会在专门的章节中进行讲解。
0 commit comments