Vulkan ICD loader
Install it by running either;
kpkg install vulkan-loader
or
kpkg build vulkan-loader
To see the difference, see The handbook
graph TD
N0["jsoncpp"]
N1["cmake"]
N2["vulkan-loader"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N3["ninja"]
N4["libuv"]
N5["libtool"]
N6["rhash"]
N0 --> N1
N1 --> N2
N3 --> N2
N4 --> N1
N5 --> N4
N6 --> N1