Skip to content

Commit

Permalink
[fix]] remove reduntant dmabuf_to_texture call from waymirror-egl
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerfulPianissimo committed Aug 16, 2024
1 parent e204fb8 commit 3601ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libwayshot/examples/waymirror-egl/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ impl WaylandEGLState {
gl::EnableVertexAttribArray(1);
gl::BindBuffer(gl::ARRAY_BUFFER, 0);
}
self.dmabuf_to_texture();
Ok(())
}

Expand Down

0 comments on commit 3601ce1

Please sign in to comment.