A Gentoo Vulkan Repository
Please check to see if your driver supports these new vulkan versions:
- Vulkan v1.3.210 has new extentions.
- Vulkan v1.3.211 has additional new extentions.
For vulkan-loader-9999
ebuild from the gentoo overlay, check to see if the latest is working:
To unmask the vulkan-loader-9999
ebuild, this should help
- Anything Vulkan related besides Vulkan-headers and Vulkan-loader will not be found here unless it's pushed.
- This repo will be always try to be updated to the latest, trying to have all versions for compatibility.
Add this into /etc/portage/repos.conf/vulkano-edge.conf:
[vulkano-edge]
location = /var/db/repos/vulkano-edge
sync-type = git
sync-uri = https://github.com/thequickfixer/vulkano-edge.git
masters = gentoo
auto-sync = yes
Afterwards run:
sudo emaint sync --repo vulkano-edge
Update layman repos and add vulkano-edge as a repository:
sudo layman -f && sudo layman -a vulkano-edge
An example:
sudo emerge --ask =dev-util/vulkan-headers-1.3.209
For specifically this repo for whatever reason:
sudo emerge --ask =dev-util/vulkan-headers-1.3.209::vulkano-edge
- Doing
emerge --sync
should update the repo when updating gentoo - For using an older package, Gentoo likes to update the package to the latest unless specified in
/etc/portage/..
for more information visit the gentoo wiki to try and mitigate Gentoo from updating the package tov1.3.210
or later