pub fn finalize_window<T>(
    window_target: &EventLoopWindowTarget<T>,
    builder: WindowBuilder,
    gl_config: &Config
) -> Result<Window, OsError>
Expand description

Finalize Window creation by applying the options from the Config, be aware that it could remove incompatible options from the window builder like transparency, when the provided config doesn’t support it.