MaikKlein / rlsl

Rust to SPIR-V compiler
Apache License 2.0
557 stars 14 forks source link

Shader modules #68

Open MaikKlein opened 5 years ago

MaikKlein commented 5 years ago

Right now everything inside a bin file is one shader module. I think this is relatively convenient but there may be better ways, especially since we need to add configuration for each shader module. See also https://github.com/MaikKlein/rlsl/issues/67