NSWindow.BackingStoreType.buffered
The window renders all drawing into a display buffer and then flushes it to the screen.
Declaration
case bufferedDiscussion
You should use this mode. It supports hardware acceleration, Quartz drawing, and takes advantage of the GPU when possible. It also supports alpha channel drawing, opacity controls, using the compositor.