doc: Document !2039

This commit is contained in:
Jakob Bornecrantz 2024-01-04 12:42:33 +00:00
parent f7356d7d7b
commit 5bf57229ca
5 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
u/device: Improve comment on u_device_get_view_poses.

View file

@ -0,0 +1 @@
u/device: Add default, no-op and not implemented function helpers.

View file

@ -0,0 +1,2 @@
all: Use `u_device_noop_update_inputs` helper for drivers with nothing in their
update input function.

View file

@ -0,0 +1 @@
all: Standardize use of `u_device_get_view_poses` helper.

View file

@ -0,0 +1,3 @@
Add `XRT_ERROR_DEVICE_FUNCTION_NOT_IMPLEMENTED` error message, used to signal
when a function that isn't implemented is called. It is not meant to query the
availability of the function or feature, only a error condition on bad code.