How to NOT clear the backbuffer?

How can I disable clearing of the backbuffer at the beginning of the frame? If I disable the “color” flag of “clear buffers” on the camera, it simply clears to black instead of some other color, but it still clears the colorbuffer - it’s not preserving the contents that have been drawn previously.

In rendering settings, you can tick preserve drawing buffer:

image

1 Like