Closed
Bug 1288642
Opened 8 years ago
Closed 8 years ago
[WebGL2] pass gl.getBufferParameter() in gl-object-get-calls.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jerry, Assigned: jerry)
References
Details
There are some failed for gl.getBufferParameter() call in gl-object-get-calls.html.
Assignee | ||
Comment 1•8 years ago
|
||
These failed are related to PBO.
e.g.
gl.getBufferParameter(gl.PIXEL_UNPACK_BUFFER, gl.BUFFER_SIZE)
And I also got some message like:
"Error: WebGL: bindBuffer: PBOs are still under development, and are currently disabled."
Jeff, is pbo feature ready in gecko?
Flags: needinfo?(jgilbert)
Comment 2•8 years ago
|
||
I have patches, they just got reviewed. They'll be going in today.
Flags: needinfo?(jgilbert)
Assignee | ||
Comment 3•8 years ago
|
||
After bug 1280499, there is no failed for getBufferParameter() now.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•