Revert "image-copy: Always use GlesRenderbuffer in render_session"
This reverts commit 398fcc896b.
Accidentally pushed to wrong branch.
If only branch protection has a way to prompt for overriding rule on
push...
This commit is contained in:
parent
18a8859fd7
commit
87a7d20b33
2 changed files with 10 additions and 11 deletions
|
|
@ -1365,7 +1365,7 @@ where
|
|||
match result {
|
||||
Ok((res, mut elements)) => {
|
||||
for (session, frame) in output.take_pending_frames() {
|
||||
if let Some(pending_image_copy_data) = render_session(
|
||||
if let Some(pending_image_copy_data) = render_session::<_, _, GlesTexture>(
|
||||
renderer,
|
||||
session.user_data().get::<SessionData>().unwrap(),
|
||||
frame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue