[][src]Trait obs_wrapper::source::traits::VideoRenderSource

pub trait VideoRenderSource<D> {
    fn video_render(
        data: &mut Option<D>,
        context: &mut ActiveContext,
        render: &mut VideoRenderContext
    ); }

Required methods

fn video_render(
    data: &mut Option<D>,
    context: &mut ActiveContext,
    render: &mut VideoRenderContext
)

Loading content...

Implementors

Loading content...