The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !1743

+7
+1
doc/changes/state_trackers/mr.1743.md
··· 1 + OpenXR: Now does the barrier insertion explicitly, see XRT comment for this MR.
+6
doc/changes/xrt/mr.1743.md
··· 1 + Added functions to swapchain to explicitly do the barrier insertion. 2 + 3 + This pushes the handling of barrier calls into the OpenXR state tracker, while 4 + the changes are minimal for the client compositors they no longer have the 5 + responsibility to implicitly to insert a barrier when needed. Allows us to in 6 + the future support extensions.