Closed h3r2tic closed 2 years ago
Hey! This fixes what looks like copy-paste errors in Normalize for u8
Normalize
u8
impl Normalize<f32> for u8
impl Normalize<u16> for u8
Oops, well spotted. We'll mark this is a bug in the release notes.
Hey! This fixes what looks like copy-paste errors in
Normalize
foru8
impl Normalize<f32> for u8
was causingu8
vertex colors to appear black, and now exhibits the correct behavior.impl Normalize<u16> for u8
I did not test, but it follows the patterns of the other integerNormalize
implementations.