Vulkan-Loader
Vulkan-Loader copied to clipboard
Vulkan Loader
**Environment:** - OS: Windows - GPU and driver version: NVIDIA GEFORCE RTX 3090 - SDK or header version if building from repo: 1.3.280.0 - Options enabled (synchronization, best practices, etc.):...
We found a case on **macOS** where the loader reported, via `VK_LOADER_DEBUG=all`, that the repository build of `libVkLayer_khronos_validation.dylib` was loaded for a particular test run: ``` DRIVER | LAYER: vkCreateDevice...
We have the problem that Vulkan-Loader contains the pkg-config file, which some project use for detecting how to build against vulkan, while the headers are in the separate https://github.com/KhronosGroup/Vulkan-Headers project....
**Describe the bug** The vulkan spec defines what [vkGetInstanceProcAddr](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#vkGetInstanceProcAddr) should return for different cases, but aside from a couple of special functions like global functions the main three cases that...
**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail.** Some frameworks need to use Linux namespaces to run Vulkan programs in a container or sandbox: *...
We are putting a deprecation notice in the January SDK that it will be removed in the future. Early next year, we can go ahead and remove it. See https://github.com/KhronosGroup/Vulkan-Loader/pull/1397...
**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail.** I built a local copy of [Fossilize](https://github.com/ValveSoftware/Fossilize) and I wanted to point at it temporarily for an...
**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail. ** #1394 has a side note that it would make debugging easier if the log contained *where*...
**Describe the bug** On aarch64/arm64, when we build with `-mbranch-protection=standard` to enable Pointer Authentication (PAC) and Branch Target Identification (BTI), the final link disable them, because `unknown_ext_chain_gas_aarch64.S` does not support...
The JSON Schema format allows for automatic validation of a given manifest file. This enhances the ability for layer and driver developers to check that their manifest files are correct,...