[][src]Static sunrise_vi::BACKBUFFER_ARR

static BACKBUFFER_ARR: Mutex<[VBEColor; 8294400]>

The backbuffer to draw into.

This is an array residing in the .bss, big enough to hold a UHD 4K screen.

Most of the time, the actual screen will be much smaller, and only BACKBUFFER_ARR[0..(screen_height * screen_width)] should be accessed.

Its actual size is irrelevant.