vulkan-loader

vulkan-loader

Vulkan ICD loader

  • version 1.3.301-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install vulkan-loader

or

kpkg build vulkan-loader

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["jsoncpp"]
    N1["automake"]
    N2["cmake"]
    N3["vulkan-loader"]
    style N3 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N4["autoconf"]
    N5["ninja"]
    N6["libuv"]
    N7["libtool"]
    N8["rhash"]
    N0 --> N2
    N1 --> N6
    N2 --> N3
    N4 --> N1
    N5 --> N3
    N6 --> N2
    N7 --> N6
    N8 --> N2