rust-gpu/rspirv-linker
khyperia a91fd92778 Replace complex kill_with with a simple Vec::retain
kill_with was also reordering instructions, which in general, should
preferably never be done - declaration order in spir-v is important
enough to try to adhere to that rule.
2020-09-28 10:31:16 +02:00
..
src Replace complex kill_with with a simple Vec::retain 2020-09-28 10:31:16 +02:00
test/1 Basic steps on linker 2020-09-01 22:58:26 +01:00
Cargo.toml Linker perf (#33) 2020-09-17 10:55:44 +02:00