GUIGraphics._resizedBuffer

The final framebuffer. It is the only buffer to have a size in logical pixels. Internally the UI has an "user" size. FUTURE: resize from user size to logical size using a resizer, to allow better looking DPI without the OS blurry resizing. Or to allow higher internal pixel count.

class GUIGraphics
protected nothrow @nogc package protected
ubyte* _resizedBuffer;

Meta