doc: Changelogs for !349

This commit is contained in:
Jakob Bornecrantz 2020-05-28 14:22:17 +01:00
parent 28d8bea9b9
commit d3b90e9548
4 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
main: Only allocate one image for static swapchains.

View file

@ -0,0 +1,2 @@
ipc: Previously some arguments where dropped at swapchain creation time,
correct pass them between the client and server.

View file

@ -0,0 +1 @@
OpenXR: Correctly translate the `XrSwapchainCreateFlags` flags to xrt ones.

View file

@ -0,0 +1,2 @@
OpenXR: In order to be able to correctly validate `XrPath` ids turn them into
a atom and keep all created paths in a array.