RESOLVED FIXED 43693
sizeInBytes should be removed
https://bugs.webkit.org/show_bug.cgi?id=43693
Summary sizeInBytes should be removed
Gregg Tavares
Reported 2010-08-08 11:01:52 PDT
WebGLContext.sizeInBytes is not part of the WebGL standard and should be removed. One of the conformance tests and a couple of the samples were using this deprecated function. I've fixed those but it seems like sizeInBytes should be removed so people don't mistakenly use it in the future.
Attachments
patch (11.00 KB, patch)
2010-08-09 13:16 PDT, Zhenyao Mo
levin: review+
zmo: commit-queue-
Zhenyao Mo
Comment 1 2010-08-09 13:16:48 PDT
Zhenyao Mo
Comment 2 2010-08-09 13:21:06 PDT
forget to mention: tests are synced with khronos.
Kenneth Russell
Comment 3 2010-08-09 13:33:53 PDT
Looks good to me. Consider putting sizeInBytes into webgl-test.js for better code sharing.
Zhenyao Mo
Comment 4 2010-08-09 13:36:33 PDT
Note You need to log in before you can comment on or make changes to this bug.