Closed
Bug 911848
Opened 12 years ago
Closed 12 years ago
WebGLBuffer's mByteLength should be a WebGLsizeiptr
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file)
|
3.83 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
instead of being hardcoded to be 32bit.
Attachment #798633 -
Flags: review?(jgilbert)
| Assignee | ||
Comment 1•12 years ago
|
||
(That's because the only thing that the spec dictates is the type of the argument to bufferData, and that is a WebGL sizeiptr).
| Assignee | ||
Updated•12 years ago
|
OS: Linux → All
Hardware: x86_64 → All
| Assignee | ||
Updated•12 years ago
|
Attachment #798633 -
Attachment description: buffer-byte-length-int64 → Buffer bytelength should be a WebGL sizeiptr
Updated•12 years ago
|
Attachment #798633 -
Flags: review?(jgilbert) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → bjacob
Target Milestone: --- → mozilla26
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•