doc: Document !2042

This commit is contained in:
Rylie Pavlik 2023-12-18 14:27:50 -06:00
parent 8919463008
commit 7d862a7089
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
vk: Fix swapchain leak on Android due to it having different Vulkan import behavior.

View file

@ -0,0 +1 @@
handles: Add defines to characterize the behavior of the Vulkan graphics buffer import functionality: on most platforms, the import consumes the reference, but on some it just increases a ref count/clones the reference.