Files
wgpu/examples
bors[bot] 1529a88fd9 Merge #148
148: Change Queue::submit to take &self r=kvark a=LaylConway

This small change allows multiple threads to submit buffers slightly more efficiently, by being able to do it concurrently without a lock on Queue.

In practice currently `Queue::submit` does a lot of locking internally for most of the function's duration, so it's only a small performance win right now, but it opens up the road for more improvements.

Co-authored-by: Layl <2385329-layl@users.noreply.gitlab.com>
2019-12-31 16:32:52 +00:00
..
2019-11-21 20:35:16 -05:00
2019-11-21 00:20:28 -05:00
2019-11-21 20:35:16 -05:00
2019-11-21 20:35:16 -05:00
2019-11-21 20:35:16 -05:00
2019-11-21 20:35:16 -05:00