Function x11rb::protocol::glx::get_lightfv

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