[][src]Function thorium::dmg_render::dmg_basic_render

pub fn dmg_basic_render(
    bitmap: &mut Bitmap,
    config: &DMGConfig,
    tile_memory: &DMGTileMemory,
    screenblocks: &[&DMGScreenblock],
    oam: &[DMGOAMEntry],
    out_palette: &[u32; 4]
)

Performs a basic DMG style rendering.

The term "basic" here means that there's no chance to change any state during what would be the "HBlank" periods.