bd305dc7ee
The current code always acquires the buffer it just submitted, which results in always rendering to a buffer with age "1", although its contents are older, because the currently held buffer is already submitted, just not to the swapchain. When it finally is submitted its age is again set to 1, the other gets its correct age (but too late) and the circle is repeated again. So lets fix that. |
||
---|---|---|
.. | ||
resources | ||
src | ||
Cargo.toml | ||
build.rs |