GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.72k stars 161 forks source link

Support for VK_KHR_display_swapchain #369

Open theoparis opened 1 month ago

theoparis commented 1 month ago

See https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_display_swapchain.html

Unfortunately it seems like mesa does not implement this in radeonsi either 😕 This is a blocker for my 3d wayland compositor I have been trying to implement...

KenSZ-AMD commented 1 month ago

Hi, may I know what is your use case exactly (i.e., tools, games, etc.)? Are you working on Virtual Reality sort of things?

jinjianrong commented 1 month ago

@theoparis could you use VK_EXT_physical_device_drm for your purpose, just like Sway/wlroots does ( Missing VK_EXT_physical_device_drm · Issue #306 · GPUOpen-Drivers/AMDVLK · GitHub) ?