[][src]Function thorium::game_update_and_render

pub fn game_update_and_render(
    memory: &mut GameMemory,
    _time: Duration,
    input: &GameInput,
    bitmap: &mut Bitmap,
    sound: &mut SoundBuffer
)

Updates the game, renders the frame, and also does sound.