[][src]Module druid_shell::windows::paint

Bureaucracy to create render targets for painting.

Note that these are currently implemented using hwnd render targets because they are are (relatively) easy, but for high performance we want dxgi render targets so we can use present options for minimal invalidation and low-latency frame timing.

Structs

PaintCtx

Context for painting by app into window.