Skip to content

v0.18.1

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 15 Nov 21:29
· 4 commits to v0.18 since this release
f22009e

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

Bug Fixes

General

  • Fix panic in Surface::configure in debug builds. By @cwfitzgerald in #4635
  • Fix crash when all the following are true: By @teoxoy in ##4642
    • Passing a naga module directly to Device::create_shader_module.
    • InstanceFlags::DEBUG is enabled.

DX12

  • Always use HLSL 2018 when using DXC to compile HLSL shaders. By @daxpedda in #4629

Metal

  • In Metal Shading Language output, fix issue where local variables were sometimes using variable names from previous functions. By @DJMcNab in #4594