[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#58887] [PATCH][staging] gnu: vulkan-loader: Add native-search-paths
From: |
Ludovic Courtès |
Subject: |
[bug#58887] [PATCH][staging] gnu: vulkan-loader: Add native-search-paths field. |
Date: |
Thu, 01 Dec 2022 16:49:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Hilton Chain <hako@ultrarare.space> skribis:
> * gnu/packages/vulkan.scm (vulkan-loader): Add native-search-paths field.
> [source]: Change ICD and implicit layers looking up behaviour via snippet.
One comment:
[...]
> + (native-search-paths
> + (list (search-path-specification
> + (variable "VK_ICD_PATH")
> + (files '("share/vulkan/icd.d")))
> + (search-path-specification
> + (variable "VK_ILAYER_PATH")
> + (files '("share/vulkan/implicit_layer.d")))))
Should these read “lib” rather than “share”, given that they contain
binaries if I’m not mistaken?
Should it be versioned too, like “lib/vulkan/3.0/icd.d”?
Other than that it LGTM.
Thanks,
Ludo’.
- [bug#58887] [PATCH][staging] gnu: vulkan-loader: Add native-search-paths field.,
Ludovic Courtès <=