v0.13.1
This release includes wgpu
, wgpu-core
, and wgpu-hal
. The crate wgpu-types
is still at 0.13.0.
General
- Fix out of bounds access when surface texture is written to by multiple command buffers by @cwfitzgerald in #2843
GLES
- AutoNoVSync now correctly falls back to Fifo by @simbleau in #2842
- Fix GL_EXT_color_buffer_float detection on native by @cwfitzgerald in #2843