Documentation
¶
Index ¶
- type Backend
- func (b *Backend) Buffer() *graphics.Buffer
- func (b *Backend) Close() error
- func (b *Backend) Flush() error
- func (b *Backend) FlushRect(r graphics.Rect) error
- func (b *Backend) FlushRects(rects []graphics.Rect) error
- func (b *Backend) HasSystemCursor() bool
- func (b *Backend) Info() string
- func (b *Backend) Open() error
- func (b *Backend) Size() (int, int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend is a DRM/KMS display backend.
func (*Backend) FlushRects ¶
FlushRects copies multiple regions from the back buffer to the display. This reduces per-rect overhead and allows one hardware dirty notification.
func (*Backend) HasSystemCursor ¶
HasSystemCursor returns false.
Click to show internal directories.
Click to hide internal directories.