Function x11rb::protocol::glx::get_materialiv

source ·
pub fn get_materialiv<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    face: u32,
    pname: u32
) -> Result<Cookie<'_, Conn, GetMaterialivReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,