Skip to main content

Crate video_core

Crate video_core 

Source
Expand description

Common video device-related definitions.

Structs§

DirtyRect
A dirty rectangle in pixel coordinates, reported by the guest video driver. Used to communicate changed screen regions from the synthetic video device to the VNC worker.
FramebufferFormat
The framebuffer memory format.
ResolvedFramebuffer
A resolved framebuffer.
SharedFramebufferHandle
A handle to the global shared framebuffer that has been mapped with the VM.

Traits§

FramebufferControl
Functions necessary to control the framebuffer from a video device.