Releases: Bevy-Rust-GPU/rust-gpu-bridge
Releases · Bevy-Rust-GPU/rust-gpu-bridge
Release v0.5.0
Release Notes
rust-gpu
updated to 0.7- Replaced
prelude
with root exports - Added more documentation
New bridge traits
AsVec2
Cross
IsNormalized
Splat
Sqlen
Fract
Asin
Atan2
Dot
Length
Normalize
Round
Step
Fixes
- Made
glam
andspirv-std
features mutually exclusive - Fixed differing
Modulo
,NaturalLog
behaviour across backends - Added missing
Acos
export
Commits
- da8b209 - Add create-tag-release.yml
- d8035b8 - Version-tag macro dependency
- 813db9e - Bump version to 0.5.0
- 188d492 - Project workspace refactor
- 886ab22 - Update to spirv-std 0.7
- 4571bfb - Implement AsVec2, Cross, IsNormalized, Splat, Sqlen
- edf781f - Fix Modulo backend variance
- 375be70 - Add compile error when glam and spirv-std features are enabled together
- 65bc816 - Fix missing Acos export
- 3b653b3 - Fix NaturalLog backend variance, add Fract trait
- 92ff272 - Documentation pass, remove prelude in favor of exposing traits at crate root
- 0e739b1 - Add Asin, Atan2, Dot, Length, Normalize, Round, Step traits
- 57ae4f2 - Fix Mod trait under glam feature flag
rust-gpu-bridge v0.4.0
Changelog
- Added
Mod
,Abs
,Clamp
,Abos
,Cos
,Sign
,Sin
,Sqrt
andTan
traits - Updated to
rust-gpu
0.6
Full Changelog: v0.3.1...v0.4.0
rust-gpu-bridge v0.3.1
Hotfix release, fixes Exp2
trait compilation under the glam
feature flag.
rust-gpu-bridge v0.3.0
Changelog
Added the following traits:
- Mix
- Pow
- Exp2
- Log2
rust-gpu-bridge v0.2.0
Initial release.