Search Criteria
Package Details: vkdevicechooser 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vkdevicechooser.git (read-only, click to copy) |
---|---|
Package Base: | vkdevicechooser |
Description: | Vulkan layer to force a specific physical GPU device to be used |
Upstream URL: | https://github.com/jiriks74/vkdevicechooser |
Licenses: | MIT |
Conflicts: | vkdevicechooser-git |
Submitter: | Vorpal |
Maintainer: | jiriks74 |
Last Packager: | jiriks74 |
Votes: | 6 |
Popularity: | 0.002476 |
First Submitted: | 2019-12-16 15:53 (UTC) |
Last Updated: | 2023-11-09 00:25 (UTC) |
Dependencies (6)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-utility-libraries (vulkan-utility-libraries-gitAUR) (make)
Latest Comments
jiriks74 commented on 2023-11-08 20:21 (UTC)
Hello, there were some changes to the
Vulkan-ValidationLayers
upstream moving the headder files toVulkan-Utility-Libraries
. I created a patch that makes it work with the changes and I've created a Github repository where I added those changes.I created a gist for this patch as it's a bit longer and I don't want to post such a long comment here.
The-Corrupted commented on 2023-08-12 00:59 (UTC) (edited on 2023-08-12 01:48 (UTC) by The-Corrupted)
This no longer builds. The vulkan_layer_dispatch.h file has been moved so it's under vulkan/generated/vk_layer_dispatch_table.h now. A patch needs to be applied to get this building again. The contents of the vulkan-headers.patch file I used are below:
The version also needs to be bumped otherwise vulkan complains. version.patch:
stas-t commented on 2020-09-07 19:11 (UTC)
@Vorpal: here is the patch to keep PKGBUILD up to date: