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(cli/dts/webgpu): make GPUBlendComponent properties optional #13574

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

crowlKats
Copy link
Member

@crowlKats crowlKats commented Feb 2, 2022

deno/ext/webgpu/webgpu.idl

Lines 628 to 632 in bd5d445

dictionary GPUBlendComponent {
GPUBlendOperation operation = "add";
GPUBlendFactor srcFactor = "one";
GPUBlendFactor dstFactor = "zero";
};

@crowlKats crowlKats merged commit 3a5ddeb into denoland:main Feb 2, 2022
@crowlKats crowlKats deleted the webgpu_fix_GPUBlendComponent branch February 2, 2022 13:38
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.

None yet

2 participants