From 6cf836d5a22e81c65ef1aee1e8de53106f05a43b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 14 Nov 2023 10:09:39 -0800 Subject: [PATCH] Update CHANGELOG.md. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea3dcbb58e..dc74d0a8c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,9 +59,11 @@ For naga changelogs at or before v0.14.0. See [naga's changelog](naga/CHANGELOG. - Create a hidden window per `wgpu::Instance` instead of sharing a global one. -#### Naga MSL-OUT +#### Naga + +- In Metal Shading Language output, fix issue where local variables were sometimes using variable names from previous functions. -- Fix issue where local variables were sometimes using variable names from previous functions. +- When reading GLSL, fix the argument types of the double-precision floating-point overloads of the `dot`, `reflect`, `distance`, and `ldexp` builtin functions. Correct the WGSL generated for constructing 64-bit floating-point matrices. Add tests for all the above. By @jimblandy in [#4684](https://github.com/gfx-rs/wgpu/pull/4684). ## v0.18.0 (2023-10-25)