mirror of https://gitee.com/antv-l7/antv-l7
test(render): update model test
This commit is contained in:
parent
3f0757c12a
commit
58e7be3554
|
@ -137,6 +137,7 @@ describe('uniforms in ReglModel', () => {
|
|||
expect(model2.uniforms['u_Struct.k'] instanceof ReglTexture2D).toBeTruthy();
|
||||
// @ts-ignore
|
||||
expect(
|
||||
// @ts-ignore
|
||||
model2.uniforms['u_Struct.l'] instanceof ReglFramebuffer,
|
||||
).toBeTruthy();
|
||||
// @ts-ignore
|
||||
|
@ -179,6 +180,7 @@ describe('uniforms in ReglModel', () => {
|
|||
u_4: {
|
||||
a: 2,
|
||||
},
|
||||
// @ts-ignore
|
||||
u_5: [
|
||||
{
|
||||
c: 100, // 只修改第一个
|
||||
|
|
Loading…
Reference in New Issue