mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
doc: Document !2039
This commit is contained in:
parent
f7356d7d7b
commit
5bf57229ca
1
doc/changes/auxiliary/mr.2023.2.md
Normal file
1
doc/changes/auxiliary/mr.2023.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
u/device: Improve comment on u_device_get_view_poses.
|
1
doc/changes/auxiliary/mr.2039.1.md
Normal file
1
doc/changes/auxiliary/mr.2039.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
u/device: Add default, no-op and not implemented function helpers.
|
2
doc/changes/drivers/mr.2039.1.md
Normal file
2
doc/changes/drivers/mr.2039.1.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
all: Use `u_device_noop_update_inputs` helper for drivers with nothing in their
|
||||
update input function.
|
1
doc/changes/drivers/mr.2039.2.md
Normal file
1
doc/changes/drivers/mr.2039.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
all: Standardize use of `u_device_get_view_poses` helper.
|
3
doc/changes/xrt/mr.2039.md
Normal file
3
doc/changes/xrt/mr.2039.md
Normal 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.
|
Loading…
Reference in a new issue