Module display

Source
Expand description

The OpenGL platform display selection and creation.

Structs§

DisplayFeatures
The features and extensions supported by the Display.

Enums§

Display
The graphics display to handle underlying graphics platform in a cross-platform way.
DisplayApiPreference
Preference of the display that should be used.
RawDisplay
Raw GL platform display.

Traits§

AsRawDisplay
Get the raw handle to the Display.
GetDisplayExtensions
Obtain the underlying api extensions.
GetGlDisplay
Get the Display.
GlDisplay
A trait to group common display operations.