Versions in this module Expand all Collapse all v0 v0.0.1 Jun 24, 2021 Changes in this version + var NewRGBA = image.NewRGBA + var Rect = image.Rect + type RGBA = image.RGBA + type Rectangle = image.Rectangle + type Texture struct + func NewColorTexture(c color.RGBA) *Texture + func NewTexture(opts ...TextureOption) *Texture + func (t *Texture) Query(lod, u, v float64) color.RGBA + func (t *Texture) Size() int + func (t *Texture) UseMipmap() bool + type TextureOption func(t *Texture) + func WithDebug(enable bool) TextureOption + func WithIsotropicMipMap(enable bool) TextureOption + func WithSource(data *image.RGBA) TextureOption