mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: add a type name
This commit is contained in:
parent
3bb21282af
commit
d08c1dbf8d
2
image.go
2
image.go
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user