#Intel UHD Graphics 620 doesn't support presentation/no surface in vulkan-caps-viewer

2 messages · Page 1 of 1 (latest)

terse sun
#

So I'm working on setting up a basic test case for a Vulkan pipeline. I can access Vulkan functions, GLFW functions, everything appears to be working, but I get no render output.

Here is my device/driver combination(This is NOT my output just a reference) that shows presentation is enabled: https://vulkan.gpuinfo.org/displayreport.php?id=33965#device

I'm running the same device, same driver, same API version yet I don't have presentation?

For reference I'm running NixOS 24.05, Wayland, and Hyprland. Here is a link to my build dependencies flake: https://gitlab.com/senoraraton/clay-desk/-/blob/main/flake.nix?ref_type=heads

Perhaps something in my environment is misconfigured?

Here is the output when I run vulkanCapsViewer for reference: https://termbin.com/yrk3z

elder geyser
#

what do you mean by I get no render output?

  • do you not see a window?
  • do you see a gray window?
  • do you see a window that only shows your clear color?