feat: Add support for Pico headsets face tracking #4731
rust.yml
on: pull_request
check-windows
7m 30s
check-linux
5m 51s
check-macos
2m 41s
build-android
1m 44s
tests
58s
check-format
25s
check-msrv-windows
17m 58s
check-msrv-linux
10m 5s
Annotations
6 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/server_core/src/tracking/face.rs#L141
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr/server_core/src/tracking/face.rs:141:60
|
141 | self.append_packet_vrcft(b"Face2Fb\0", &arr);
| ^^^^ help: change this to: `arr`
|
= 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-linux:
alvr/server_core/src/tracking/face.rs#L153
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr/server_core/src/tracking/face.rs:153:59
|
153 | self.append_packet_vrcft(b"FacePico", &arr);
| ^^^^ help: change this to: `arr`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
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/server_core/src/tracking/face.rs#L141
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr\server_core\src\tracking\face.rs:141:60
|
141 | self.append_packet_vrcft(b"Face2Fb\0", &arr);
| ^^^^ help: change this to: `arr`
|
= 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/server_core/src/tracking/face.rs#L153
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr\server_core\src\tracking\face.rs:153:59
|
153 | self.append_packet_vrcft(b"FacePico", &arr);
| ^^^^ help: change this to: `arr`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|