pub trait GpuDevice: Send + Sync + Any {
fn update_cursor(&self);
fn get_framebuffer(&self) -> &mut [u8];
fn flush(&self);
}
pub trait GpuDevice: Send + Sync + Any {
fn update_cursor(&self);
fn get_framebuffer(&self) -> &mut [u8];
fn flush(&self);
}