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

Thanks for documenting the JSON file format specification - it's a useful resource, and I'm now trying to add a similar (but simpler) spec to GLVND for the EGL ICDs....

enhancement

**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail. ** Recently, an issue was reported that came from the Shader Object Extension Implementation Layer using a...

enhancement

[The Vulkan loader architecture](https://github.com/KhronosGroup/Vulkan-Loader/blob/master/docs/LoaderInterfaceArchitecture.md) and implementation shield Vulkan applications as well as the Vulkan ICDs from the complexity of having multiple drivers accessible via a single Vulkan API. Unfortunately, Vulkan...

enhancement
layers

Implement a mechanism to sort devices based on some user preferences. These should include being able to prioritize most performant or most power-efficient devices. Also, it should be consistent from...

enhancement
drivers

For explicit layers it's easy to manage the order with the `VK_INSTANCE_LAYERS` env var but currently there is no way to specify which implicit layer should be loaded first. Such...

enhancement

These platforms do not have a ton of drivers available for them, but they do have a mix of physical (MoltenVK) and CPU (swiftshader) implementations. While most apps are good...

enhancement
macOS
drivers

By code inspection of terminator_CreateSharedSwapchainsKHR(), it appears that this function cannot possibly function as intended. Around here: https://github.com/KhronosGroup/Vulkan-Loader/blob/83cd92c725987857a84c871bd8bc11b249d239b1/loader/wsi.c#L2087 `icd_surface` is assigned from the first array member of `pCreateInfos`. Next is...

bug

There are fields at the end of `struct VkIcdSurface` that appear to be write-once, never consumed. Are these dead fields that used to be meaningful, but have now become dead...

bug

All of the VkIcdSurface members, as well as the *_size & offset members are unused by the codebase. And drivers do not have access to this struct, as it is...

Originally discovered as an SDK issue: https://gitlab.khronos.org/vulkan/Vulkan-SDK-Packaging/-/issues/1545 Posted to this repository at the SDK Officer's request. `vkconfig` provides these options for **Vulkan Loader** messages: `none, error, warn, info, debug, layer,...

bug