internal/graphicsdriver/metal: add comments

This commit is contained in:
Hajime Hoshi 2022-03-14 22:02:44 +09:00
parent 82fcff9549
commit 2e6bb8c4e2

View File

@ -1148,6 +1148,7 @@ func (i *Image) syncTexture() {
bce.EndEncoding()
cb.Commit()
// TODO: Are fences available here?
cb.WaitUntilCompleted()
}