doc: Document !841

This commit is contained in:
Jakob Bornecrantz 2021-06-15 01:01:24 +01:00 committed by Jakob Bornecrantz
parent ebc2208a73
commit 9813ec07c6
8 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
vulkan: Add more functions to vk_bundle struct.

View file

@ -0,0 +1 @@
vulkan: Make it possible to create a compute only queue.

View file

@ -0,0 +1 @@
vulkan: Refactor and tidy extension handling.

View file

@ -0,0 +1 @@
vulkan: Add support for VK_EXT_robustness2

View file

@ -0,0 +1 @@
vulkan: Add code to handle optional device features.

View file

@ -0,0 +1 @@
render: Prepare for submitting work on the compute queue.

View file

@ -0,0 +1 @@
main: Prepare for submitting work on the compute queue.

View file

@ -0,0 +1 @@
main: Also resize on VK_SUBOPTIMAL_KHR.