mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: English
This commit is contained in:
parent
0f27999909
commit
654c4c286c
4
image.go
4
image.go
@ -400,7 +400,7 @@ type DrawTrianglesShaderOptions struct {
|
||||
Uniforms map[string]interface{}
|
||||
|
||||
// Images is a set of the source images.
|
||||
// All the images must be the same sizes.
|
||||
// All the images' sizes must be the same.
|
||||
Images [4]*Image
|
||||
|
||||
// FillRule indicates the rule how an overlapped region is rendered.
|
||||
@ -542,7 +542,7 @@ type DrawRectShaderOptions struct {
|
||||
Uniforms map[string]interface{}
|
||||
|
||||
// Images is a set of the source images.
|
||||
// All the images must be the same sizes.
|
||||
// All the images' sizes must be the same.
|
||||
Images [4]*Image
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user