mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
ebiten: update comments
This commit is contained in:
parent
a990d79905
commit
418485801f
8
image.go
8
image.go
@ -367,10 +367,10 @@ type DrawTrianglesOptions struct {
|
|||||||
FillRule FillRule
|
FillRule FillRule
|
||||||
|
|
||||||
// AntiAlias indicates whether the rendering uses anti-alias or not.
|
// AntiAlias indicates whether the rendering uses anti-alias or not.
|
||||||
// AntiAlias is useful especially when you pass vertices you get from the vector package.
|
// AntiAlias is useful especially when you pass vertices from the vector package.
|
||||||
//
|
//
|
||||||
// AntiAlias increases internal draw calls and might affect performance.
|
// AntiAlias increases internal draw calls and might affect performance.
|
||||||
// Use `ebitenginedebug` to check the number of draw calls if you care.
|
// Use the build tag `ebitenginedebug` to check the number of draw calls if you care.
|
||||||
//
|
//
|
||||||
// The default (zero) value is false.
|
// The default (zero) value is false.
|
||||||
AntiAlias bool
|
AntiAlias bool
|
||||||
@ -526,10 +526,10 @@ type DrawTrianglesShaderOptions struct {
|
|||||||
FillRule FillRule
|
FillRule FillRule
|
||||||
|
|
||||||
// AntiAlias indicates whether the rendering uses anti-alias or not.
|
// AntiAlias indicates whether the rendering uses anti-alias or not.
|
||||||
// AntiAlias is useful especially when you pass vertices you get from the vector package.
|
// AntiAlias is useful especially when you pass vertices from the vector package.
|
||||||
//
|
//
|
||||||
// AntiAlias increases internal draw calls and might affect performance.
|
// AntiAlias increases internal draw calls and might affect performance.
|
||||||
// Use `ebitenginedebug` to check the number of draw calls if you care.
|
// Use the build tag `ebitenginedebug` to check the number of draw calls if you care.
|
||||||
//
|
//
|
||||||
// The default (zero) value is false.
|
// The default (zero) value is false.
|
||||||
AntiAlias bool
|
AntiAlias bool
|
||||||
|
Loading…
Reference in New Issue
Block a user