ebiten: Add comments

This commit is contained in:
Hajime Hoshi 2020-09-19 21:07:23 +09:00
parent e406ebb1aa
commit 85a6ef2ea6

View File

@ -367,6 +367,8 @@ type DrawTrianglesOptions struct {
// Images is a set of the additional source images.
// All the image must be the same size as the img argument at DrawTriangles.
//
// If Shader is nil, Imagse is ignored.
Images [3]*Image
}