graphcisdriver/metal: Better comment

This commit is contained in:
Hajime Hoshi 2019-04-20 17:05:05 +09:00
parent b99f4c61b5
commit 7d9bc8586e

View File

@ -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) {