|
|
|
|
|
by LoganDark
130 days ago
|
|
> There’s an old concurrency pattern where a producer and consumer tag team on two sets of buffers to speed up throughput. Producer fills a buffer, transfers ownership to the consumer, and is given the previous buffer in return. Isn't this just called a swapchain? |
|