crop_half

Function render_crop

Source
pub fn render_crop(
    egl: &ContextRef,
    source: &DmabufImage,
    target: &mut impl Surface,
    _gpubuf_bpp: Bits,
    _quirks: Quirks,
    dimensions: (u32, u32),
) -> Result<(), GenericError>