We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bec31b commit 1f10e26Copy full SHA for 1f10e26
image.go
@@ -633,7 +633,8 @@ type DrawTrianglesShaderOptions struct {
633
Uniforms map[string]any
634
635
// Images is a set of the source images.
636
- // All the images' sizes must be the same.
+ // In the texel mode, all the image sizes must be the same.
637
+ // The pixel mode allows images of different sizes.
638
Images [4]*Image
639
640
// FillRule indicates the rule how an overlapped region is rendered.
0 commit comments