Structs§
- Display
Builder - The helper to perform
Display
creation and OpenGL platform bootstrapping with the help ofwinit
with little to no platform specific code.
Enums§
- ApiPreference
- Simplified version of the
DisplayApiPreference
which is used to simplify cross platform window creation.
Traits§
Functions§
- finalize_
window - Finalize
Window
creation by applying the options from theConfig
, be aware that it could remove incompatible options from the window builder liketransparency
, when the provided config doesn’t support it.