mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 01:42:05 +01:00
ebiten: Add comments
This commit is contained in:
parent
e406ebb1aa
commit
85a6ef2ea6
2
image.go
2
image.go
@ -367,6 +367,8 @@ type DrawTrianglesOptions struct {
|
|||||||
|
|
||||||
// Images is a set of the additional source images.
|
// Images is a set of the additional source images.
|
||||||
// All the image must be the same size as the img argument at DrawTriangles.
|
// All the image must be the same size as the img argument at DrawTriangles.
|
||||||
|
//
|
||||||
|
// If Shader is nil, Imagse is ignored.
|
||||||
Images [3]*Image
|
Images [3]*Image
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user