Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2026 v0.0.1 Aug 25, 2026 Changes in this version + func Flush(device *wgpu.Device) (err error) + func Release() + type Image struct + Format gputypes.TextureFormat + Height int + Name string + Path string + Sampler *wgpu.Sampler + Texture *wgpu.Texture + View *wgpu.TextureView + Width int + func FromGoImage(device *wgpu.Device, name string, stdImg image.Image) (img *Image, err error) + func LoadImage(device *wgpu.Device, filePath string) (img *Image, err error) + func (i *Image) Release()