Closed
Bug 745673
Opened 13 years ago
Closed 13 years ago
WebGL GetBufferParameter shouldn't accept illegal pnames
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: bjacob, Unassigned)
References
Details
(Whiteboard: webgl-conformance)
switch (pname) {
case LOCAL_GL_BUFFER_SIZE:
case LOCAL_GL_BUFFER_USAGE:
case LOCAL_GL_BUFFER_ACCESS:
case LOCAL_GL_BUFFER_MAPPED:
ACCESS and MAPPED dont exist in WebGL or in GLES2.
Comment 1•13 years ago
|
||
I think the patch in bug 745897 fixed this.
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•13 years ago
|
||
Thanks for the test. Confirming that bug 745897 fixed this.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: webgl-conformance webgl-test-needed → webgl-conformance
You need to log in
before you can comment on or make changes to this bug.
Description
•