feat: Pico Motion Trackers body tracking support #4726
rust.yml
on: pull_request
check-windows
5m 31s
check-linux
3m 19s
check-macos
1m 17s
build-android
2m 31s
tests
1m 9s
check-format
22s
check-msrv-windows
7m 12s
check-msrv-linux
7m 35s
Annotations
4 warnings
check-linux:
alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section
--> alvr/graphics/src/stream.rs:227:5
|
227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
check-linux:
alvr/client_openxr/src/extra_extensions/body_tracking_bd.rs#L197
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr/client_openxr/src/extra_extensions/body_tracking_bd.rs:197:13
|
197 | &session,
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
check-windows:
alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section
--> alvr\graphics\src\stream.rs:227:5
|
227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
check-windows:
alvr/client_openxr/src/extra_extensions/body_tracking_bd.rs#L197
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr\client_openxr\src\extra_extensions\body_tracking_bd.rs:197:13
|
197 | &session,
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|