未验证 提交 a5aec0a3 编写于 作者: O openharmony_ci 提交者: Gitee

!6359 webgl新增枚举类覆盖

Merge pull request !6359 from 苏锋/cherry-pick-1667524084
......@@ -973,6 +973,9 @@ describe('webgl1Test_webgl14', function() {
var x13 = gl2.ANY_SAMPLES_PASSED_CONSERVATIVE;
expect(x13).assertEqual(36202);
var x14 = gl2.RGB10_A2;
expect(x14).assertEqual(32857);
var y1 = gl.LUMINANCE_ALPHA;
expect(y1).assertEqual(6410);
......@@ -994,6 +997,9 @@ describe('webgl1Test_webgl14', function() {
var y7 = gl.CONTEXT_LOST_WEBGL;
expect(y7).assertEqual(37442);
var y8 = gl.ACTIVE_ATTRIBUTES;
expect(y8).assertEqual(35721);
done();
});
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册