doc: Document !1748

This commit is contained in:
Jakob Bornecrantz 2023-04-04 15:26:27 +01:00
parent 86262e8b4e
commit 6fc7603e55
5 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
vk: Add new command buffer helpers and `vk_cmd_pool` helper class.

View file

@ -0,0 +1 @@
vk: Remove the global command buffer pool.

View file

@ -0,0 +1,2 @@
render: Do not use the global command buffer pool, use `vk_cmd_pool` for
distrion images upload.

View file

@ -0,0 +1 @@
client: Do not use the global command buffer pool in the Vulkan compositor.

View file

@ -0,0 +1 @@
main: Do not use the global command buffer pool.