Skip to content
New issue

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

Include glBlendEquation in state tracking #6273

Closed
jfirebaugh opened this issue Mar 2, 2018 · 1 comment
Closed

Include glBlendEquation in state tracking #6273

jfirebaugh opened this issue Mar 2, 2018 · 1 comment

Comments

@jfirebaugh
Copy link
Contributor

GL JS doesn't change the blend equation from the default (GL_FUNC_ADD), but it still needs to be included in state tracking so that GL JS rendering is not affected by custom WebGL layers (#281) that may set a different equation.

@mourner
Copy link
Member

mourner commented Sep 7, 2018

This was fixed in the custom layers PR ^^^

@mourner mourner closed this as completed Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants