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

Vulkan Development Tools

Results 23 Vulkan-Tools issues
Sort by recently updated
recently updated
newest added

Hi, Unless I completely misunderstand how to use the `vulkaninfo` tool on the command line, there's something strange afoot here.. If I run the tool without any arguments, I get...

enhancement
vulkaninfo

This is a wish; other decoding APIs have utilities like vainfo, vdpauinfo, nv-video-info to display all supported video codecs, profiles, levels and capabilities, but vulkaninfo currently only prints whether a...

enhancement
help wanted
vulkaninfo

At the very least, the `windows-runtime-installer` should give a message to the user if it chooses _not_ to overwrite the Vulkan runtime (typically because such an install would be a...

As mentioned in https://github.com/KhronosGroup/Vulkan-Tools/pull/709 It would be a nice to have to set driver version at runtime dynamically

enhancement
MockICD

Context: https://gitlab.khronos.org/vulkan/vulkan/-/issues/3324 The Vulkan spec has this regarding UpdateAfterBind limits: > The UpdateAfterBind descriptor limits must each be greater than or equal to the corresponding non-UpdateAfterBind limit. However, the Mock...

MockICD

The Mock ICD works well for a few simple use cases but breaks down on some workloads. One simple example is allocating and writing to a buffer larger than 0x1000....

enhancement
MockICD

I have a multi-GPU setup (built-in Intel GPU, external GPU enclosure with AMD). If both the Intel and AMD GPUs are available (powered on, kernel modules loaded, etc), vulkaninfo works...

bug
vulkaninfo

wl_display_dispatch() may not process all events.

This option restores behavior which will query all structs regardless of whether they were promoted or replaced by another struct. For example, VkPhysicalDeviceVulkan12Features contains all of the features that VkPhysicalDeviceVulkanMemoryModelFeatures...

vulkaninfo

Identified on **macOS**, but likely the same on all platforms. Very minor, but surprising. `vkcube` has a `--validate-checks-disabled` switch that `vkcubepp` doesn't have: ``` $ /Applications/vkcube.app/Contents/MacOS/vkcube --help Usage: vkcube [--use_staging]...