Skip to main content

render_screen_into

Function render_screen_into 

Source
pub fn render_screen_into(
    bus: &MacMemoryBus,
    screen_mode: (u32, u32, u16, u16, u16),
    device_clut: &[[u16; 3]; 256],
    pixels: &mut Vec<u8>,
)
Expand description

Render the current screen into a reusable RGBA pixel buffer.