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

Fix uniform transition for shader module props #6843

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

Pessimistress
Copy link
Collaborator

For #6830

Background

During uniform transition, we shadow layer.props with internalState.propsInTransition inside lifecycle calls (_update and _drawLayer. In LayersPass, module parameters are currently pre-calculated outside of these lifecycle methods, so they are not using the "real" props.

Change List

  • Account for props in transition
  • Unit tests

@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 81.965% when pulling 323478a on x/project-uniform-transition into 12546f9 on master.

@Pessimistress Pessimistress merged commit ff613cb into master Apr 22, 2022
@Pessimistress Pessimistress deleted the x/project-uniform-transition branch May 11, 2022 17:02
amuramoto pushed a commit to amuramoto/deck.gl that referenced this pull request May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants