Skip to content

feat: Pico Motion Trackers body tracking support #4726

feat: Pico Motion Trackers body tracking support

feat: Pico Motion Trackers body tracking support #4726

Triggered via pull request January 29, 2025 17:32
Status Success
Total duration 7m 44s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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