Skip to content

fix(client_openxr): 🐛 Try fixing crash on Quest 2 related to multimodal #4698

fix(client_openxr): 🐛 Try fixing crash on Quest 2 related to multimodal

fix(client_openxr): 🐛 Try fixing crash on Quest 2 related to multimodal #4698

Triggered via pull request January 19, 2025 17:17
Status Success
Total duration 6m 10s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 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-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