Test Buffer to Buffer and Buffer to/from Image Copies with Problematic Usages #3161
Open
Labels
api: gles
Issues with GLES or WebGL
area: tests
Improvements or issues with our test suite
good first issue
Good for newcomers
help required
We need community help to make this happen.
type: enhancement
New feature or request
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.
The text was updated successfully, but these errors were encountered: