gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 549 forks source link

Vulkan backend requires imageless_framebuffers #3648

Closed kvark closed 3 years ago

kvark commented 3 years ago

Likely regressed by #3624 or #3625 User output:

[0.205856 DEBUG]()(no module): Requesting extensions: [
    "VK_KHR_swapchain",
    "VK_KHR_maintenance1",
    "VK_KHR_maintenance2",
    "VK_KHR_maintenance3",
    "VK_KHR_imageless_framebuffer",
    "VK_EXT_sampler_filter_minmax",
    "VK_AMD_negative_viewport_height",
]

Driver output:

[0.195898 WARN]()(no module): Unsupported extension requested: VK_KHR_imageless_framebuffer [0.196419 WARN]()(no module): Unsupported extension requested: VK_KHR_image_format_list [0.199571 WARN]()(no module): Unsupported extension requested: VK_KHR_maintenance3

thread 'main' panicked at 'failed to create gfx-hal device: Requested extension is missing', C:\Users\Franz.cargo\git\checkouts\wgpu-53e70f8674b08dd4\b1b44ca\wgpu-core\src\instance.rs:460:26

francesco-cattoglio commented 3 years ago

Here is the output of my vulkaninfo: vulkaninfo.txt