Skip to content

feat: ✨ Add chroma key support; make passthrough settings real time #4737

feat: ✨ Add chroma key support; make passthrough settings real time

feat: ✨ Add chroma key support; make passthrough settings real time #4737

Triggered via pull request January 31, 2025 00:46
@zmerpzmerp
synchronize #2662
chroma-key
Status Success
Total duration 15m 27s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
check-linux: alvr/graphics/src/stream.rs#L59
warning: this function has too many arguments (8/7) --> alvr/graphics/src/stream.rs:59:5 | 59 | / pub fn new( 60 | | context: Rc<GraphicsContext>, 61 | | view_resolution: UVec2, 62 | | swapchain_textures: [Vec<u32>; 2], ... | 67 | | encoding_gamma: f32, 68 | | ) -> Self { | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
check-linux: alvr/graphics/src/stream.rs#L225
warning: unsafe function's docs are missing a `# Safety` section --> alvr/graphics/src/stream.rs:225:5 | 225 | / pub unsafe fn render( 226 | | &self, 227 | | hardware_buffer: *mut c_void, 228 | | view_params: [StreamViewParams; 2], 229 | | passthrough: Option<&PassthroughMode>, 230 | | ) { | |_____^ | = 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#L59
warning: this function has too many arguments (8/7) --> alvr\graphics\src\stream.rs:59:5 | 59 | / pub fn new( 60 | | context: Rc<GraphicsContext>, 61 | | view_resolution: UVec2, 62 | | swapchain_textures: [Vec<u32>; 2], ... | 67 | | encoding_gamma: f32, 68 | | ) -> Self { | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
check-windows: alvr/graphics/src/stream.rs#L225
warning: unsafe function's docs are missing a `# Safety` section --> alvr\graphics\src\stream.rs:225:5 | 225 | / pub unsafe fn render( 226 | | &self, 227 | | hardware_buffer: *mut c_void, 228 | | view_params: [StreamViewParams; 2], 229 | | passthrough: Option<&PassthroughMode>, 230 | | ) { | |_____^ | = 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