Skip to main content

Module window

Module window 

Source

Structs§

PlatformWindow
A platform window wrapping a winit window, wgpu surface, renderer, and AccessKit adapter for screen reader support.
SurfaceRenderError
Error returned when surface texture acquisition fails during rendering.

Enums§

FrameOutcome
Outcome of PlatformWindow::render_frame. Mirrors the wgpu surface-status cases that matter to the caller so the app loop can decide how to respond (ignore, reconfigure, log) without every frame getting logged as an error.