package drawer

import "golang.org/x/exp/shiny/driver/internal/drawer"

Package drawer provides functions that help implement screen.Drawer methods.

Index

Functions

func Copy

func Copy(dst screen.Drawer, dp image.Point, src screen.Texture, sr image.Rectangle, op draw.Op, opts *screen.DrawOptions)

Copy implements the Copy method of the screen.Drawer interface by calling the Draw method of that same interface.

func Scale

func Scale(dst screen.Drawer, dr image.Rectangle, src screen.Texture, sr image.Rectangle, op draw.Op, opts *screen.DrawOptions)

Scale implements the Scale method of the screen.Drawer interface by calling the Draw method of that same interface.

Source Files

drawer.go

Version
v0.0.0-20250218142911-aa4b98e5adaa (latest)
Published
Feb 18, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
1 month ago

Tools for package owners.