image-copy: Always use GlesRenderbuffer in render_session

This commit is contained in:
Ian Douglas Scott 2026-03-11 10:16:02 -07:00
parent c860fcddad
commit 398fcc896b
2 changed files with 11 additions and 10 deletions

View file

@ -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::<_, _, GlesTexture>(
if let Some(pending_image_copy_data) = render_session(
renderer,
session.user_data().get::<SessionData>().unwrap(),
frame,