diff options
Diffstat (limited to 'WebCore/manual-tests/webgl/SpinningBox.html')
-rw-r--r-- | WebCore/manual-tests/webgl/SpinningBox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/manual-tests/webgl/SpinningBox.html b/WebCore/manual-tests/webgl/SpinningBox.html index 203d7bd..e68711c 100644 --- a/WebCore/manual-tests/webgl/SpinningBox.html +++ b/WebCore/manual-tests/webgl/SpinningBox.html @@ -45,7 +45,7 @@ gl.box = makeBox(gl); // color array - var colors = new CanvasUnsignedByteArray( + var colors = new WebGLUnsignedByteArray( [ 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, // v0-v1-v2-v3 front 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, // v0-v3-v4-v5 right 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, // v0-v5-v6-v1 top |