mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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
|
||||
}
|
||||
|
||||
// MaxIndicesCount is the maximum number of indices for DrawTriangles.
|
||||
// MaxIndicesCount is the maximum number of indices for DrawTriangles and DrawTrianglesShader.
|
||||
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.
|
||||
const MaxIndicesNum = graphics.IndicesCount
|
||||
|
Loading…
Reference in New Issue
Block a user