The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !2050

+13 -1
+5
doc/changes/auxiliary/mr.1971.2.md
··· 1 + --- 2 + - mr.1971 3 + - mr.2050 4 + --- 5 + 1 6 vk: Add `vk_print_result` helper, used in return checking defines but can also 2 7 be used outside of them.
+7 -1
doc/changes/compositor/mr.1971.md
··· 1 - main: Use VK_CHK_WITH_RET instead of vk_check_error. 1 + --- 2 + - mr.1971 3 + - mr.2050 4 + --- 5 + 6 + main: Use VK_CHK_WITH_RET instead of vk_check_error, and convert a few other 7 + places to the helpers as well.
+1
doc/changes/compositor/mr.2050.md
··· 1 + main: Fix multiple thread access to VkQueue in present.