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

WebGPURenderer: Support Material.blending = NoBlending #26295

Merged
merged 7 commits into from
Jun 19, 2023

Conversation

aardgoose
Copy link
Contributor

@aardgoose aardgoose commented Jun 19, 2023

A render pass to a texture with a non blendable format eg "r32float" fails with material.blending = NoBlending.

The spec indicates that blending should be disabled by setting the pipeline descriptor blend property to undefined.

https://gpuweb.github.io/gpuweb/#blend-state

@sunag sunag added this to the r154 milestone Jun 19, 2023
@Mugen87 Mugen87 merged commit 3a7692f into mrdoob:dev Jun 19, 2023
@aardgoose aardgoose deleted the webgpu-blending branch July 5, 2023 07:55
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