vulkano icon indicating copy to clipboard operation
vulkano copied to clipboard

Found `unimplemented!` in a part of the code

Open AlterionX opened this issue 1 year ago • 1 comments

Issue

I hit an unimplemented portion of command_buffers. It should probably be implemented.

AlterionX avatar Oct 26 '23 08:10 AlterionX

This error seems to happen when you present a swapchain and then submit a command buffer. You can probably work around it by waiting for a fence in between.

Other than that, minor issues with futures are unlikely to be fixed, as we want to replace them with something else entirely.

Rua avatar Oct 26 '23 08:10 Rua