bugfix(server_core) Fix judder regression caused by streamer-client pose desync #4704
rust.yml
on: pull_request
check-windows
4m 22s
check-linux
3m 7s
check-macos
54s
build-android
1m 41s
tests
56s
check-format
27s
check-msrv-windows
5m 0s
check-msrv-linux
3m 25s
Annotations
8 errors and 2 warnings
check-macos
Process completed with exit code 101.
|
build-android
Process completed with exit code 101.
|
check-linux:
alvr/client_core/src/lib.rs#L305
error[E0560]: struct `alvr_packets::Tracking` has no field named `reported_timestamp`
--> alvr/client_core/src/lib.rs:305:21
|
305 | reported_timestamp,
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
305 | target_timestamp,
| ~~~~~~~~~~~~~~~~
|
check-linux
Process completed with exit code 101.
|
check-msrv-linux
Process completed with exit code 101.
|
check-windows:
alvr/client_core/src/lib.rs#L305
error[E0560]: struct `alvr_packets::Tracking` has no field named `reported_timestamp`
--> alvr\client_core\src\lib.rs:305:21
|
305 | reported_timestamp,
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
305 | target_timestamp,
| ~~~~~~~~~~~~~~~~
|
check-windows
Process completed with exit code 1.
|
check-msrv-windows
Process completed with exit code 1.
|
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-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
|