Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UpdateOp = updateOp{}
UpdateOp операція, яка не змінює текстуру, але сигналізує, що текстуру потрібно розглядати як готову.
Functions ¶
func GreenFill ¶
GreenFill зафарбовує тестуру у зелений колір. Може бути викоистана як Operation через OperationFunc(GreenFill).
func ResetScreen ¶
Types ¶
type BgRectangle ¶
type BgRectangle struct {
X1, Y1, X2, Y2 int
}
type Loop ¶
type Loop struct { Receiver Receiver MsgQueue messageQueue // contains filtered or unexported fields }
func (*Loop) StopAndWait ¶
func (l *Loop) StopAndWait()
type Operation ¶
type Operation interface { // Do виконує зміну операції, повертаючи true, якщо текстура вважається готовою для відображення. Do(t screen.Texture) (ready bool) }
Operation змінює вхідну текстуру.
type OperationFunc ¶
OperationFunc використовується для перетворення функції оновлення текстури в Operation.
Click to show internal directories.
Click to hide internal directories.