mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
7 lines
333 B
Markdown
7 lines
333 B
Markdown
|
Added functions to swapchain to explicitly do the barrier insertion.
|
||
|
|
||
|
This pushes the handling of barrier calls into the OpenXR state tracker, while
|
||
|
the changes are minimal for the client compositors they no longer have the
|
||
|
responsibility to implicitly to insert a barrier when needed. Allows us to in
|
||
|
the future support extensions.
|