pub enum GraphicsRequest {
GetFramebufferConfig,
MapFramebuffer,
FlushFramebuffer {
x: u32,
y: u32,
width: u32,
height: u32,
},
}Expand description
Graphics operation requests
Variants§
GetFramebufferConfig
Get framebuffer configuration
MapFramebuffer
Map framebuffer memory
FlushFramebuffer
Flush framebuffer changes to display