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