mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-14 15:07:26 +01:00
ebiten: Add a comment
This commit is contained in:
parent
202bb34bac
commit
d6bce5b9d2
2
image.go
2
image.go
@ -342,7 +342,7 @@ func (i *Image) DrawTriangles(vertices []Vertex, indices []uint16, img *Image, o
|
|||||||
|
|
||||||
type DrawTrianglesWithShaderOptions struct {
|
type DrawTrianglesWithShaderOptions struct {
|
||||||
Uniforms []interface{}
|
Uniforms []interface{}
|
||||||
Textures []*Image
|
Textures []*Image // TODO: Rename to Images?
|
||||||
CompositeMode CompositeMode
|
CompositeMode CompositeMode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user