rust-gpu/examples
Johan Andersson 98eb8d369c
Convert to use glam for math types (#149)
* [spirv-std] Remove math types

* Temp implementation of copysign

https://github.com/EmbarkStudios/rust-gpu/issues/148

* Convert shader to use glam

* Rustfmt

* Fix wgpu-example-shader to use glam

* [spirv-std] Disable clippy::use_self

* Upgrade to latest glam branch

* Use latest glam fork

* Remove incorrect assert_uninit

After discussions with @khyperia

* Update lockfile

* Update to latest glam fork with fixes

* Use real copysign intrinsic

* Disable clippy on example-shader for now

Tracked in https://github.com/EmbarkStudios/rust-gpu/issues/186
2020-10-30 14:58:38 +01:00
..
example-runner Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) 2020-10-29 23:03:07 +01:00
example-runner-cpu Convert to use glam for math types (#149) 2020-10-30 14:58:38 +01:00
example-shader Convert to use glam for math types (#149) 2020-10-30 14:58:38 +01:00
wgpu-example-runner Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) 2020-10-29 23:03:07 +01:00
wgpu-example-shader Convert to use glam for math types (#149) 2020-10-30 14:58:38 +01:00