Skip to main content

StreamFrameProvider

Trait StreamFrameProvider 

Source
pub trait StreamFrameProvider {
    // Required method
    fn stream_frame_source(&self) -> StreamFrameSource<'_>;
}
Expand description

Trait for apps/renderers that can expose their current wgpu render target.

Required Methods§

Implementors§