You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ Bottom level categories:
91
91
#### Naga
92
92
93
93
- Replace embedded NUL characters with `?` when writing debug strings to SPIR-V. By @andyleiserson in [#9904](https://github.com/gfx-rs/wgpu/pull/9904).
94
+
- Fixed invalid HLSL generated for `textureSampleLevel` with an explicit offset on 3D textures. The HLSL backend wrapped every sampling offset in `int2(...)`, producing a nested `int2(int3(...))` that matches no `Texture3D.SampleLevel` overload; the constructor now follows the offset's own dimension. By @mvanhorn in [#9717](https://github.com/gfx-rs/wgpu/issues/9717).
0 commit comments