Closed
Bug 722082
Opened 13 years ago
Closed 13 years ago
getParameter(COMPRESSED_TEXTURE_FORMATS) should return a Uint32Array, not a plain array
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: jon, Unassigned)
References
Details
(Whiteboard: webgl-conformance)
Right now it's returning a plain JS empty array. It should be returning a Uint32Array according to the spec: http://www.khronos.org/registry/webgl/specs/latest/#5.14.3
Updated•13 years ago
|
No longer blocks: webgl-conformance
Whiteboard: webgl-conformance
Updated•13 years ago
|
Whiteboard: webgl-conformance → webgl-conformance webgl-test-needed
Comment 2•13 years ago
|
||
I updated the gl-get-calls test to check for types of arraybuffers
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conformance/state/gl-get-calls.html
Reporter | ||
Comment 3•13 years ago
|
||
I tested that in today's Nightly, and this is indeed fixed. Thanks for pointing out where that test lived
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Yep, removing webgl-test-needed. Thanks!
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
•