Crate pixstage

Crate pixstage 

Source

Re-exports§

pub use argb1555::PixstageArgb1555;
pub use indexed::PixstageIndexed;
pub use rgb565::PixstageRgb565;
pub use rgba::PixstageRgba;
pub use raw_window_handle;
pub use wgpu;

Modules§

argb1555
indexed
rgb565
rgba

Structs§

PixstageOptions
Options shared by all Pixstage variants.
Rect
SurfaceTexture
A logical texture for a window surface.

Enums§

Error
Pixstage unified error type.
ScalingMode
Controls how the pixel buffer is scaled to the surface.

Type Aliases§

Result