-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitebackend: glesIssues with GLES or WebGLIssues with GLES or WebGLgood first issueGood for newcomersGood for newcomershelp requiredWe need community help to make this happen.We need community help to make this happen.type: enhancementNew feature or requestNew feature or request
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.
Metadata
Metadata
Assignees
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitebackend: glesIssues with GLES or WebGLIssues with GLES or WebGLgood first issueGood for newcomersGood for newcomershelp requiredWe need community help to make this happen.We need community help to make this happen.type: enhancementNew feature or requestNew feature or request