Skip to content

Commit

Permalink
Removing wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gents83 committed Oct 14, 2023
1 parent 22b1471 commit 2fb0218
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wgpu-hal/src/gles/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ impl super::Queue {
.collect::<ArrayVec<_, { crate::MAX_COLOR_ATTACHMENTS }>>();
unsafe { gl.draw_buffers(&indices) };
}
#[cfg(not(target_arch = "wasm32"))]
for draw_buffer in 0..draw_buffer_count as u32 {
unsafe { gl.disable_draw_buffer(glow::BLEND, draw_buffer) };
}
}

unsafe fn reset_state(&self, gl: &glow::Context) {
Expand Down

0 comments on commit 2fb0218

Please sign in to comment.