ebiten: Update comments

This commit is contained in:
Hajime Hoshi 2020-09-20 01:05:16 +09:00
parent 7bd8fad738
commit f287fada13

View File

@ -392,6 +392,8 @@ const MaxIndicesNum = graphics.IndicesNum
// //
// When the given image is disposed, DrawTriangles panics. // When the given image is disposed, DrawTriangles panics.
// //
// The given image can be nil only when a shader is specified at the given options.
//
// When the image i is disposed, DrawTriangles does nothing. // When the image i is disposed, DrawTriangles does nothing.
// //
// img can be nil only when options.Shader is not nil. // img can be nil only when options.Shader is not nil.