mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
fix browser test for TransformFeedback
This commit is contained in:
parent
f221d96c0d
commit
e934ffb74f
@ -22,7 +22,7 @@ test('WebGL#TransformFeedback constructor/delete', t => {
|
||||
|
||||
t.throws(
|
||||
() => new TransformFeedback(),
|
||||
/.*WebGLRenderingContext.*/,
|
||||
(/.*Requires WebGL2.*/),
|
||||
'Buffer throws on missing gl context');
|
||||
|
||||
const tf = new TransformFeedback(gl2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user