Bevy-Rust-GPU / rust-gpu-sdf

Signed distance field library usable on both CPU and GPU.
Apache License 2.0
12 stars 1 forks source link

Refactor existing SDF shader functions as standard impls for `rust-gpu-sdf` #17

Open Shfty opened 1 year ago

Shfty commented 1 year ago

The existing SDF evaluation shaders should probably be moved into rust-gpu-sdf, gated behind the spirv-std feature, and positioned as a standard setup.