Expand description
A cross platform OpenGL surface representation.
Structs§
- Pbuffer
Surface - Marker that used to type-gate methods for pbuffer.
- Pixmap
Surface - Marker that used to type-gate methods for pixmap.
- Rect
- The rect that is being used in various surface operations.
- Surface
Attributes - Attributes which are used for creating a particular surface.
- Surface
Attributes Builder - Builder to get the required set of attributes initialized before hand.
- Window
Surface - Marker that used to type-gate methods for window.
Enums§
- Native
Pixmap - A platform native pixmap.
- RawSurface
- Handle to the raw OpenGL surface.
- Surface
- The GL surface that is used for rendering.
- Surface
Type - The underlying type of the surface.
- Swap
Interval - A swap interval.
Traits§
- AsRaw
Surface - Trait for accessing the raw GL surface.
- GlSurface
- A trait to group common operations on the surface.
- Resizeable
Surface - Marker indicating that the surface could be resized.
- Surface
Type Trait - The marker trait to indicate the type of the surface.