(cherry picked from commit 2c60c29340955d3e68812ed3a84bf9e3104acc7d)
@@ -6442,6 +6442,7 @@ void RasterizerStorageGLES3::_particles_process(Particles *p_particles, float p_
glBindVertexArray(p_particles->particle_vaos[0]);
+ glBindBuffer(GL_ARRAY_BUFFER, 0); // ensure this is unbound per WebGL2 spec
glBindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0, p_particles->particle_buffers[1]);
// GLint size = 0;