Module surface

Module surface 

Source

Structs§

CreateSurfaceError
Instance::create_surface() or a related function failed.
Surface
Handle to a presentable surface.

Enums§

CreateSurfaceErrorKind 🔒
SurfaceTarget
The window/canvas/surface/swap-chain/etc. a surface is attached to, for use with safe surface creation.
SurfaceTargetUnsafe
The window/canvas/surface/swap-chain/etc. a surface is attached to, for use with unsafe surface creation.

Traits§

DisplayAndWindowHandle
Super trait for a pair of display and window handles as used in SurfaceTarget.
WindowHandle
Send/Sync blanket trait for [HasWindowHandle] used in SurfaceTarget.

Type Aliases§

SurfaceConfiguration
Describes a Surface.