Skip to content

v0.16.1

Choose a tag to compare

@cwfitzgerald cwfitzgerald released this 25 May 02:06
· 6 commits to v0.16 since this release
2dba493

This release includes wgpu, wgpu-core, and wgpu-hal. The crate wgpu-types are still at 0.16.0.

General

GLES

  • Fix missing 4X MSAA support on some OpenGL backends. By @emilk in #3780

WebGPU

  • Fix crash when calling create_surface_from_canvas. By @grovesNL in #3718