2 parents 717f34f + 196afa1 commit a6831acCopy full SHA for a6831ac
1 file changed
samples/transform_feedback_instanced.html
@@ -338,6 +338,7 @@
338
gl.useProgram(null);
339
gl.bindBuffer(gl.ARRAY_BUFFER, null);
340
gl.bindTransformFeedback(gl.TRANSFORM_FEEDBACK, null);
341
+ gl.bindBuffer(gl.TRANSFORM_FEEDBACK_BUFFER, null);
342
343
// Ping pong the buffers
344
currentSourceIdx = (currentSourceIdx + 1) % 2;
0 commit comments