doc: Document !1128

This commit is contained in:
Jakob Bornecrantz 2022-02-18 21:36:23 +00:00
parent ba0f7cba8b
commit ccefc30e7f
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,3 @@
vk: Refactor and rename various function related to compositor swapchain
images and their flags, these changes makes it clear it's only used for these
images and image views.

View file

@ -2,6 +2,7 @@
- mr.1119
- mr.1124
- mr.1125
- mr.1128
---
client: Fix several flags being set wrong on barriers and creation of the swapchain
images.
client/util: Fix several flags being set wrong on barriers and creation of the
swapchain images. We were especially wrong with the depth stencil formats.