mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
ebiten: update comments
This commit is contained in:
parent
7bf179472b
commit
1daf3bd8ff
4
image.go
4
image.go
@ -398,10 +398,10 @@ type DrawTrianglesOptions struct {
|
|||||||
FillRule FillRule
|
FillRule FillRule
|
||||||
}
|
}
|
||||||
|
|
||||||
// MaxIndicesCount is the maximum number of indices for DrawTriangles.
|
// MaxIndicesCount is the maximum number of indices for DrawTriangles and DrawTrianglesShader.
|
||||||
const MaxIndicesCount = graphics.IndicesCount
|
const MaxIndicesCount = graphics.IndicesCount
|
||||||
|
|
||||||
// MaxIndicesNum is the maximum number of indices for DrawTriangles.
|
// MaxIndicesNum is the maximum number of indices for DrawTriangles and DrawTrianglesShader.
|
||||||
//
|
//
|
||||||
// Deprecated: as of v2.4. Use MaxIndicesCount instead.
|
// Deprecated: as of v2.4. Use MaxIndicesCount instead.
|
||||||
const MaxIndicesNum = graphics.IndicesCount
|
const MaxIndicesNum = graphics.IndicesCount
|
||||||
|
Loading…
Reference in New Issue
Block a user