doc: Document !1766

This commit is contained in:
Jakob Bornecrantz 2023-04-09 14:10:47 +01:00
parent 5f1b54bcd5
commit cad9e37689
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
vk: Add new cmd buffer helper file `vk_cmd.[h|c]`, these does not use the global
command pool.

View file

@ -0,0 +1 @@
vk: Add copy and blit command buffer writer helpers to `vk_cmd.[h|c]`.