mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Add comments
This commit is contained in:
parent
5be58086b5
commit
20c8d7317c
2
image.go
2
image.go
@ -45,6 +45,8 @@ type Image struct {
|
||||
// See strings.Builder for similar examples.
|
||||
addr *Image
|
||||
|
||||
// shareableImages is a set of shareable.Image sorted by the order of mipmap level.
|
||||
// The level 0 image is a regular image and higher-level images are used for mipmap.
|
||||
shareableImages []*shareable.Image
|
||||
|
||||
filter Filter
|
||||
|
Loading…
Reference in New Issue
Block a user