RESOLVED FIXED 197796
[WHLSL] WHLSL compiler never calls calculateVertexBufferIndex()
https://bugs.webkit.org/show_bug.cgi?id=197796
Summary [WHLSL] WHLSL compiler never calls calculateVertexBufferIndex()
Myles C. Maxfield
Reported 2019-05-10 13:52:42 PDT
The compiler needs to call calculateVertexBufferIndex() to match the WebGPU API
Attachments
Radar WebKit Bug Importer
Comment 1 2019-05-13 17:07:38 PDT
Myles C. Maxfield
Comment 2 2019-05-21 13:51:27 PDT
This isn't necessary. The compiler doesn't care which buffers the attributes come from. The indices of resource buffers aren't modified. So there's nothing to do here.
Note You need to log in before you can comment on or make changes to this bug.