Function x11rb::protocol::glx::read_pixels

source ·
pub fn read_pixels<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    format: u32,
    type_: u32,
    swap_bytes: bool,
    lsb_first: bool
) -> Result<Cookie<'_, Conn, ReadPixelsReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,