gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
384 stars 25 forks source link

Support more than one acquired swapchain frame #219

Closed kvark closed 4 years ago

kvark commented 4 years ago

I figured that's what Dota2 does: it always records the current and the next frame, both at the same time. Perhaps, we can extend our new swapchain model to support this case natively.