[Webkit-unassigned] [Bug 164024] New: REGRESSION(r207649): WebGL 2 bufferData() and bufferSubData()'s ranges are relative to the ArrayBufferView's element size
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 26 11:26:38 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164024
Bug ID: 164024
Summary: REGRESSION(r207649): WebGL 2 bufferData() and
bufferSubData()'s ranges are relative to the
ArrayBufferView's element size
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mmaxfield at apple.com
CC: dino at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161026/943135e5/attachment-0001.html>
More information about the webkit-unassigned
mailing list