mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
graphics: Add comments
This commit is contained in:
parent
4e21bfd005
commit
32ac3840a7
@ -48,6 +48,9 @@ type commandQueue struct {
|
||||
// nvertices represents the current length of vertices.
|
||||
// nvertices must <= len(vertices).
|
||||
// vertices is never shrunk since re-extending a vertices buffer is heavy.
|
||||
//
|
||||
// TODO: This is a number of float32 values, not a number of vertices.
|
||||
// Rename or fix the program.
|
||||
nvertices int
|
||||
|
||||
indices []uint16
|
||||
|
Loading…
Reference in New Issue
Block a user