feat: ✨ Add chroma key support; make passthrough settings real time #4711
Annotations
2 warnings
alvr/graphics/src/stream.rs#L67
warning: this function has too many arguments (8/7)
--> alvr/graphics/src/stream.rs:67:5
|
67 | / pub fn new(
68 | | context: Rc<GraphicsContext>,
69 | | view_resolution: UVec2,
70 | | swapchain_textures: [Vec<u32>; 2],
... |
75 | | encoding_gamma: f32,
76 | | ) -> 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
|
alvr/graphics/src/stream.rs#L233
warning: unsafe function's docs are missing a `# Safety` section
--> alvr/graphics/src/stream.rs:233:5
|
233 | / pub unsafe fn render(
234 | | &self,
235 | | hardware_buffer: *mut c_void,
236 | | view_params: [StreamViewParams; 2],
237 | | passthrough: Option<&PassthroughMode>,
238 | | ) {
| |_____^
|
= 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