package ui import "image" type Texture interface { Destroy() Height() float32 Texture() image.Image Width() float32 }