doc: Document !1569

This commit is contained in:
Jakob Bornecrantz 2022-11-13 23:29:05 +00:00 committed by Ryan Pavlik
parent 98b7f7d1c6
commit e4932f0bbf

View file

@ -0,0 +1,6 @@
Remove the `xrt_gfx_native.h` as it is no longer needed, it has been replaced
by `compositor/main` own interface file. In the past it was the state tracker
or IPC layer that created the `xrt_system_compositor` directly by calling this
function. But now it's the `xrt_instance`s responsibility, and it can pick
which compositor to create. So this interface becomes less special and just
one of many possible compositors implementations.