supasim-spirv-cross-sys

Crates.iosupasim-spirv-cross-sys
lib.rssupasim-spirv-cross-sys
version0.0.2
created_at2025-06-09 14:24:31.134535+00
updated_at2025-08-16 23:27:24.563535+00
descriptionVery simple SpirV-Cross bindings as used by supasim. No other utilities or helpers are provided.
homepagehttps://supasim.github.io/
repositoryhttps://github.com/supasim/spirv-cross-sys
max_upload_size
id1705992
size16,037
Magnus (SupaMaggie70Incorporated)

documentation

README

Usage

I don't specify a minimum spirv cross version. Anything somewhat recent should work fine.

When using, you will have to specify the path of the libraries and the headers. When setting the VULKAN_SDK environment variable, these are automatically found. When using this, it will search for headers in $VULKAN_SDK/include/spirv-cross subdirectory and libraries in $VULKAN_SDK/lib subdirectory. You can also set the SPIRV_CROSS_DIR environment variable. When using this, it will search for headers in the $SPIRV_CROSS/include subdirectory and libraries in the $SPIRV_CROSS/lib subdirectory. Directory names are capitalized on windows. Finally, you can set the SPIRV_CROSS_HEADERS_DIR and SPIRV_CROSS_LIBS_DIR environment variables, which do as you might guess.

Commit count: 7

cargo fmt