Resize internal buffers.
void resize(int width, int height) { _front.resize(width, height); _back.resize(width, height); }