Bevy-Rust-GPU / bevy-pbr-rust

rust-gpu port of bevy-pbr
Apache License 2.0
6 stars 1 forks source link

Experiment with function pointers instead of trait methods for compile-time parameters #6

Open Shfty opened 1 year ago

Shfty commented 1 year ago

Function pointers have the potential to reduce the amount of implicit structure and make the code more understandable. Worth experimenting with as an alternative.