Hacker News new | ask | show | jobs
by kaetemi 1647 days ago
I'm guessing the data is copied to a temporary buffer. The target GL buffer can still be in flight for previous operations. If I remember correctly, that safety can be disabled with the right incantation of flags on the buffer.
1 comments

in that case you probably need a barrier? which is what you need with persistent mapping too?