| Interface | Description |
|---|---|
| DisplayBufferPolicy |
The display buffer policy is responsible of managing the different buffers.
|
| Class | Description |
|---|---|
| CopySwapBufferPolicy | Deprecated
Same notion than
TransmitSwapBufferPolicy. |
| DirectBufferPolicy |
Only one buffer.
|
| SingleBufferPolicy |
One buffer in RAM and one buffer on the display.
|
| SwapBufferPolicy |
Several buffers in RAM used alternatively for the display.
|
| SwapDoubleBufferPolicy |
Two buffers in RAM.
|
| SwapTripleBufferPolicy |
Three buffers in RAM.
|
| TransmitSwapBufferPolicy |
Two buffers in RAM and one buffer on the display.
|