Documentation
¶
Overview ¶
Package dummydrv provides a dummy implementation of pix.Driver. It is intended to help bencharking the pix library and its drivers, providing the fastest possible implementation that real drivers can be compared to.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
A Driver provides a no-op implementation of pix.Driver. All its methods except SetDir does nothing. SetDir returns the rectangle set by the New function.
Click to show internal directories.
Click to hide internal directories.