Indicates whether the current graphics backend forbids mixing system backbuffers with custom render targets.
Some graphics APIs — most notably OpenGL — do not allow using system-provided backbuffers and user-provided render textures together as color or depth attachments within a single rendering operation. In these cases, rendering to the system backbuffer while also binding a custom texture for either color or depth may require an additional blit step or trigger undefined behavior.