We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the plotly-strict.js dist, there is not a check to see if clearFlags is > 0, prior to calling gl2.clear(clearFlags)
plotly-strict.js
clearFlags
gl2.clear(clearFlags)
This triggers a warning: Performance warning: clear() called with no buffers in bitmask
Performance warning: clear() called with no buffers in bitmask
The text was updated successfully, but these errors were encountered:
Fix plotly#7387: Specify buffers in regl.clear() to avoid performance…
0330e28
… warning
No branches or pull requests
In the
plotly-strict.js
dist, there is not a check to see ifclearFlags
is > 0, prior to callinggl2.clear(clearFlags)
This triggers a warning:
Performance warning: clear() called with no buffers in bitmask
The text was updated successfully, but these errors were encountered: