Versions in this module Expand all Collapse all v2 v2.1.6 Jan 5, 2023 Changes in this version + var NoTexture = Texture(0) + type Buffer uint32 + type Painter interface + Capture func(fyne.Canvas) image.Image + Clear func() + Free func(fyne.CanvasObject) + Init func() + Paint func(fyne.CanvasObject, fyne.Position, fyne.Size) + SetFrameBufferScale func(float32) + SetOutputSize func(int, int) + StartClipping func(fyne.Position, fyne.Size) + StopClipping func() + func NewPainter(c fyne.Canvas, ctx driver.WithContext) Painter + type Program uint32 + type Texture uint32