9e35b29087
move util/
out of coremem
and into its only user: buffer_proto5
2022-07-28 15:30:50 -07:00
917a3d3c9d
buffer_proto5: silence some warnings
2022-07-28 02:00:51 -07:00
fe47eb09f8
driver: rename new_with_state
-> new
2022-07-28 01:59:11 -07:00
7a6bbf06a5
driver: remove new_spirv
method
2022-07-28 01:52:09 -07:00
47e11474d2
parameterize SpirvSim over R: Real
2022-07-25 14:49:32 -07:00
67872de16f
clean up some unused code/imports
2022-07-23 16:27:43 -07:00
f8fccd957a
coremem_types: IsomorphicConductor, AnisomorphicConductor are now used by both spirv and cpu impls
2022-07-19 02:08:22 -07:00
193e17e2c8
buffer_proto5: auto-create the output directories (and fix them to out/applications)
2022-07-17 13:03:38 -07:00
99e7306ae9
make all the examples be their own binary crates
...
this achieves a few things:
- trivial way to get these shipped as the default nix package
- better dependency management
- ability to split large applications into multiple files
the README probably needs some updating.
2022-07-06 01:30:31 -07:00