RESOLVED DUPLICATE of bug 164111164024
REGRESSION(r207649): WebGL 2 bufferData() and bufferSubData()'s ranges are relative to the ArrayBufferView's element size
https://bugs.webkit.org/show_bug.cgi?id=164024
Summary REGRESSION(r207649): WebGL 2 bufferData() and bufferSubData()'s ranges are re...
Myles C. Maxfield
Reported 2016-10-26 11:26:38 PDT
The offset and length are in terms of the element size. In order to get the byte offset and byte length, the given offset and length should be multiplied by the element size.
Attachments
Patch (6.00 KB, patch)
2016-10-26 11:41 PDT, Myles C. Maxfield
no flags
Patch (5.76 KB, patch)
2016-10-26 11:50 PDT, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2016-10-26 11:41:00 PDT
Myles C. Maxfield
Comment 2 2016-10-26 11:50:56 PDT
Myles C. Maxfield
Comment 3 2016-10-28 17:17:26 PDT
*** This bug has been marked as a duplicate of bug 164111 ***
Note You need to log in before you can comment on or make changes to this bug.