[][src]Type Definition wlroots::backend::UnsafeRenderSetupFunction

type UnsafeRenderSetupFunction = unsafe extern "C" fn(egl: *mut wlr_egl, platform: u32, remote_display: *mut c_void, config_attribs: *mut i32, visual_id: i32) -> *mut wlr_renderer;

A custom function to set up the renderer.