noun
off-screen memory
In computer graphics, memory used for storing pixel data that is not currently displayed on the screen, often for double buffering or off-screen rendering.
オフスクリーンメモリに描画してから画面に転送する。
Render to off-screen memory and then transfer it to the screen.