vulkano-rs/vulkano

vulkano-win `required_extensions` function

Noi42 opened this issue · 2 comments

This function can be used without winit, but is only available with winit features.

vulkano-win is deprecated in master, so there's not much point improving it. You can use Surface::required_extensions.

That's unexpected. Thanks.