bugfix(server_core) Fix judder regression caused by streamer-client pose desync #4709
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/server_core/src/tracking/mod.rs#L71
warning: redundant field names in struct initialization
--> alvr\server_core\src\tracking\mod.rs:71:13
|
71 | max_history_size: max_history_size,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `max_history_size`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `#[warn(clippy::redundant_field_names)]` on by default
|
The logs for this run have expired and are no longer available.
Loading