bugfix(server_core) Fix judder regression caused by streamer-client pose desync #4704
Annotations
2 errors and 1 warning
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,
| ~~~~~~~~~~~~~~~~
|
|
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
|
The logs for this run have expired and are no longer available.
Loading