Expand description
The OpenGL platform display selection and creation.
Structs§
- Display
Features - The features and extensions supported by the
Display
.
Enums§
- Display
- The graphics display to handle underlying graphics platform in a cross-platform way.
- Display
ApiPreference - Preference of the display that should be used.
- RawDisplay
- Raw GL platform display.
Traits§
- AsRaw
Display - Get the raw handle to the
Display
. - GetDisplay
Extensions - Obtain the underlying api extensions.
- GetGl
Display - Get the
Display
. - GlDisplay
- A trait to group common display operations.