gfx-rs/wgpu

Test Buffer to Buffer and Buffer to/from Image Copies with Problematic Usages

Open

#3,161 opened on Nov 1, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (703 forks)batch import
area: testsbackend: glesgood first issuehelp requiredtype: enhancement

Repository metrics

Stars
 (9,290 stars)
PR merge metrics
 (Avg merge 12d 4h) (117 merged PRs in 30d)

Description

WebGL has numerous issues with Index buffers being funky to use correctly, which necessitates various workarounds and nuance in the code dealing with copies. This is exemplified by #3157 but there is additional nuance.

https://github.com/gfx-rs/wgpu/blob/master/wgpu-hal/src/gles/queue.rs#L268-338 is the link to the buffer-to-buffer implementation.

Getting this working is also predicated on having our tests run in the browser.

Contributor guide