Skip to content

Commit

Permalink
gles backend: unbind PIXEL_UNPACK_BUFFER (gfx-rs#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its authored and kvark committed Dec 2, 2021
1 parent 505584b commit a796ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-hal/src/gles/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ impl super::Queue {
_ => unreachable!(),
}
}
gl.bind_buffer(glow::PIXEL_UNPACK_BUFFER, None);
}
C::CopyTextureToBuffer {
src,
Expand Down

0 comments on commit a796ea3

Please sign in to comment.