mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphcisdriver/metal: Better comment
This commit is contained in:
parent
b99f4c61b5
commit
7d9bc8586e
@ -362,7 +362,7 @@ func (d *Driver) SetVertices(vertices []float32, indices []uint16) {
|
||||
}
|
||||
|
||||
func (d *Driver) Flush() {
|
||||
// On Metal, flushing command buffers only once is enough. Do not call flush.
|
||||
// On Metal, flushing command buffers only once is enough except for manipulating pixels. Do not call flush.
|
||||
}
|
||||
|
||||
func (d *Driver) flush(wait bool, present bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user