Versions in this module Expand all Collapse all v0 v0.0.1 Jun 4, 2024 Changes in this version + type Attribute gl.Attrib — js/wasm + type Attribute int32 — darwin/amd64, linux/amd64, windows/amd64 + type Buffer gl.Buffer — js/wasm + type Buffer uint32 — darwin/amd64, linux/amd64, windows/amd64 + 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 gl.Program — js/wasm + type Program uint32 — darwin/amd64, linux/amd64, windows/amd64 + type Shader gl.Shader — js/wasm + type Shader uint32 — darwin/amd64, linux/amd64, windows/amd64 + type Texture cache.TextureType + type Uniform gl.Uniform — js/wasm + type Uniform int32 — darwin/amd64, linux/amd64, windows/amd64