The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !768

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
2d408384 741dcbdf

+8
+1
doc/changes/ipc/mr.721.md
··· 1 1 --- 2 2 - mr.754 3 + - mr.768 3 4 --- 4 5 Now that there is a interface that allows the compositor to support 5 6 multi-client rendering use that instead of doing our own rendering.
+2
doc/changes/ipc/mr.768.md
··· 1 + Ensure that functions that require the compositor can't be called if a session 2 + has not been created yet.
+3
doc/changes/xrt/mr.705.2.md
··· 1 + --- 2 + - mr.768 3 + --- 1 4 xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from 2 5 EGL compositor creation call.
+2
doc/changes/xrt/mr.768.md
··· 1 + Add new IPC session not created error `XRT_ERROR_IPC_SESSION_NOT_CREATED`, as 2 + some functions can not be called without first creating a session.