source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=volk
         VERSION=1.3.270
     SOURCE_HASH=sha512:8a1d827126a29678986c8430d95def5a8430b18aba7ff66c4ac961bd9348fcffb91da257299af486cae5a3976ce04c2d0eb38ad2f915a33b496c5133460aaa81
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://github.com/zeux/volk
   SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
      LICENSE[0]=MIT
         ENTERED=20240127
        KEYWORDS=""
           SHORT="meta-loader for Vulkan"
cat << EOF
Volk is a meta-loader for Vulkan.
It allows you to dynamically load entrypoints required to use Vulkan
without linking to vulkan-1.dll or statically linking Vulkan loader.
Additionally, volk simplifies the use of Vulkan extensions by automatically
loading all associated entrypoints.
Finally, volk enables loading Vulkan entrypoints directly from the driver
which can increase performance by skipping loader dispatch overhead.
EOF
