Function alacritty::renderer::platform::create_gl_surface

source ยท
pub fn create_gl_surface(
    gl_context: &NotCurrentContext,
    size: PhysicalSize<u32>,
    raw_window_handle: RawWindowHandle,
) -> Result<Surface<WindowSurface>>