Hacker News new | ask | show | jobs
by Ono-Sendai 741 days ago
Yeah you need to make sure the upload has completed before you try and use the texture, right?
1 comments

Yes, and you need to make sure that the upload has completed before you reuse the pixel buffer too.

And the synchronization API isn't very awesome, it can only wait for all operations until a certain point have been completed. You can't easily track individual transfers.