Bug 43886 - Remove obsolete WebGLArray type names
Summary: Remove obsolete WebGLArray type names
Status: RESOLVED DUPLICATE of bug 43885
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 15:49 PDT by Kenneth Russell
Modified: 2010-08-11 15:49 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-08-11 15:49:13 PDT
The array-like types introduced along with WebGL such as Float32Array were split off into a separate specification a few months ago, and the type names changed from WebGL<T>Array to <T>Array. Compatibility code was left in place, but at this point, because the introduction of the shader validator will require content to be updated, it should be deleted.
Comment 1 Kenneth Russell 2010-08-11 15:49:44 PDT
Accidentally double-clicked submit button.

*** This bug has been marked as a duplicate of bug 43885 ***