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

Cache properties on state sub-object #37

Open
vorg opened this issue Apr 9, 2018 · 0 comments
Open

Cache properties on state sub-object #37

vorg opened this issue Apr 9, 2018 · 0 comments
Labels
type/feat A new feature

Comments

@vorg
Copy link
Member

vorg commented Apr 9, 2018

Right now we cache state properties on

  1. state pipeline.blend !== state.blend
  2. defaultState if (self.defaultState.viewport[2] !== gl.drawingBufferWidth
  3. state.pipeline if (pipeline.colorMask[0] !== state.pipeline.colorMask[0]
@dmnsgn dmnsgn added type/feat A new feature and removed enhancement labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat A new feature
Projects
None yet
Development

No branches or pull requests

2 participants