GUIGraphics._renderedBuffer

The rendered framebuffer. This is copied from _compositedBuffer, then Raw layer is drawn on top. Components are reordered there. It must be possible to use a Canvas on it.

class GUIGraphics
protected nothrow @nogc package protected
OwnedImage!RGBA _renderedBuffer;

Meta