feat: Pico Motion Trackers body tracking support #4726
Annotations
2 warnings
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
|
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
|
The logs for this run have expired and are no longer available.
Loading