ebiten: add a type name

This commit is contained in:
Hajime Hoshi 2022-10-02 17:37:27 +09:00
parent 3bb21282af
commit d08c1dbf8d

View File

@ -322,7 +322,7 @@ type DrawTrianglesOptions struct {
// ColorScaleFormat is the format of color scales in vertices.
// The default (zero) value is ColorScaleFormatStraightAlpha.
ColorScaleFormat
ColorScaleFormat ColorScaleFormat
// CompositeMode is a composite mode to draw.
// The default (zero) value is regular alpha blending.