Skip to content

v0.18.2

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 06 Dec 19:34
· 827 commits to trunk since this release
daedf03

This release includes naga version 0.14.2. The crates wgpu-core, wgpu-hal are still at 0.18.1 and the crates wgpu and wgpu-types are still at 0.18.0.

Bug Fixes

Naga

  • When evaluating const-expressions and generating SPIR-V, properly handle Compose expressions whose operands are Splat expressions. Such expressions are created and marked as constant by the constant evaluator. By @jimblandy in #4695.