Commit Graph

5 Commits

Author SHA1 Message Date
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
847b95f036 replace the FullyGenericMaterial in spirv with an analog type from coremem_types
this represents the last spirv-specific material.
next steps are to start removing the materials from `coremem` itself
(i.e. re-exporting more from `coremem_types::mat`).
2022-07-22 02:56:00 -07:00
82e72e9e14 fix output directories (out/applications/...) 2022-07-17 13:05:41 -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