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

Reuse the texture2D result for color and alpha #357

Merged
merged 3 commits into from
Nov 19, 2022
Merged

Conversation

hmans
Copy link
Owner

@hmans hmans commented Nov 19, 2022

No description provided.

@codesandbox
Copy link

codesandbox bot commented Nov 19, 2022

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@changeset-bot
Copy link

changeset-bot bot commented Nov 19, 2022

🦋 Changeset detected

Latest commit: 950d332

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
shader-composer Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@hmans hmans merged commit f8785d4 into main Nov 19, 2022
@hmans hmans deleted the sample-textures-once-only branch November 19, 2022 12:41
hmans added a commit that referenced this pull request Nov 19, 2022
* main:
  Fix actions
  Disable dependabot for now
  Fix clean script
  Fix actions
  Clean dist before building
  Only build packages by default
  Run tests through turbo, too
  Add turbo once more (#359)
  Version Packages (#358)
  Reuse the texture2D result for color and alpha (#357)
  Update changesets
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.

Texture2D performs two texture sampling steps if you access color _and_ alpha
1 participant