crispyconv::processing

Function render_bayer

Source
pub fn render_bayer(
    egl: &ContextRef,
    source: &DmabufImage,
    target: &mut impl Surface,
    gpubuf_bpp: Bits,
    quirks: Quirks,
    dimensions: (u32, u32),
    order: PixOrder,
) -> Result<(), GenericError>