KWin
|
#include <graphicsbufferallocator.h>
Public Attributes | |
QSize | size |
The size of the buffer, in device pixels. | |
uint32_t | format |
The pixel format of the buffer, see DRM_FORMAT_*. | |
QList< uint64_t > | modifiers |
An optional list of modifiers, see DRM_FORMAT_MOD_*. | |
bool | software = false |
Whether the graphics buffer should be suitable for software rendering. | |
The GraphicsBufferOptions describes the properties of an allocated graphics buffer.
Definition at line 22 of file graphicsbufferallocator.h.
uint32_t KWin::GraphicsBufferOptions::format |
The pixel format of the buffer, see DRM_FORMAT_*.
Definition at line 28 of file graphicsbufferallocator.h.
QList<uint64_t> KWin::GraphicsBufferOptions::modifiers |
An optional list of modifiers, see DRM_FORMAT_MOD_*.
Definition at line 31 of file graphicsbufferallocator.h.
QSize KWin::GraphicsBufferOptions::size |
The size of the buffer, in device pixels.
Definition at line 25 of file graphicsbufferallocator.h.
bool KWin::GraphicsBufferOptions::software = false |
Whether the graphics buffer should be suitable for software rendering.
Definition at line 34 of file graphicsbufferallocator.h.