saxaboom

Crates.iosaxaboom
lib.rssaxaboom
version0.0.0-alpha.1
sourcesrc
created_at2024-05-01 10:29:18.574721
updated_at2024-05-01 10:29:18.574721
descriptionBinding library for Metal shader converter
homepagehttps://traverseresearch.nl
repositoryhttps://github.com/Traverse-Research/saxaboom
max_upload_size
id1226029
size160,108
Traverse Research (Traverse-Research-CI-runner)

documentation

README

🤘 Saxaboom

Actions Status Latest version Documentation Lines of code MIT Contributor Covenant

Banner

Small helper library around Metal shader converter to create metal shader libraries from DXIL files.

Usage

Add this to your Cargo.toml:

[dependencies]
saxaboom = "0.1.0"
// A code example

Regenerating Bindings

This crate contains bindings generated by bindgen. Typically, the included bindings can be used as-is, but if needed they can be regenerated by running cargo run from within the bindings_generator folder.

Commit count: 20

cargo fmt