Vulkan-Loader icon indicating copy to clipboard operation
Vulkan-Loader copied to clipboard

Vulkan Loader

Results 25 Vulkan-Loader issues
Sort by recently updated
recently updated
newest added

Completes the support matrix for the unknown function assembly code by adding Windows Arm assembly support. This requires using MARMASM which require CMake 3.26 support This support requires manually linking...

I was testing something with vulkan and noticed that some files are being read twice. I was supprised by that. I started digging and I found this: ```c commit 992d9cb45f181e747a1a942c6aa09bef94fd9428...

I'm seeing a crash when attempting to query for surface support (vkGetPhysicalDeviceSurfacePresentModesKHR/vkGetPhysicalDeviceSurfaceSupportKHR/vkGetPhysicalDeviceSurfaceCapabilitiesKHR etc.) for a VKSurfaceKHR previously created using `vkCreateHeadlessSurfaceEXT`. My system (Ubuntu 22.04) has 2 icds configured/installed - llvmpipe...

bug

> One "device\_extensions" node with an array of one or more elements is required if any device extensions are supported by a layer; > One "instance_extensions" node with an array...

enhancement
layers

By code inspection of `terminator_CreateDisplayPlaneSurfaceKHR()`, it appears that this function may not function as intended when multiple ICDs that implement `icd_term->dispatch.CreateDisplayPlaneSurfaceKHR`. Around here: https://github.com/KhronosGroup/Vulkan-Loader/blob/438875314dc838d130098127c6e908798500fecc/loader/wsi.c#L2031 is code that loops over all...

bug