From 1daf3bd8ff0e52e91120d4a70b4ada24cb78093e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 13 Jul 2022 02:26:27 +0900 Subject: [PATCH] ebiten: update comments --- image.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image.go b/image.go index be6b678da..93abc0feb 100644 --- a/image.go +++ b/image.go @@ -398,10 +398,10 @@ type DrawTrianglesOptions struct { FillRule FillRule } -// MaxIndicesCount is the maximum number of indices for DrawTriangles. +// MaxIndicesCount is the maximum number of indices for DrawTriangles and DrawTrianglesShader. const MaxIndicesCount = graphics.IndicesCount -// MaxIndicesNum is the maximum number of indices for DrawTriangles. +// MaxIndicesNum is the maximum number of indices for DrawTriangles and DrawTrianglesShader. // // Deprecated: as of v2.4. Use MaxIndicesCount instead. const MaxIndicesNum = graphics.IndicesCount