Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

litherum
Copy link
Contributor

@litherum litherum commented Nov 30, 2021

The resolution is to add a dictionary of entry point name to pipeline layout to createShaderModule(), which is optional, and implementations can totally ignore it 100% (no validation).

Fixes #1064.


Preview | Diff

@litherum litherum force-pushed the GPUShaderModuleCompilationHints branch from 332d695 to 5c565e3 Compare November 30, 2021 22:46
@github-actions
Copy link
Contributor

Previews, as seen when this build job started (5c565e3):
WebGPU | IDL
WGSL
Explainer

Copy link
Contributor

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one note

Copy link
Contributor

@kainino0x kainino0x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's been a while but this looks like what we agreed on!

> The resolution is to add a dictionary of entry point name to pipeline layout to createShaderModule(), which is optional, and implementations can totally ignore it 100% (no validation).

Fixes gpuweb#1064.
@litherum litherum force-pushed the GPUShaderModuleCompilationHints branch from 5c565e3 to 28b6c44 Compare December 5, 2021 03:44
@litherum litherum enabled auto-merge (squash) December 5, 2021 03:45
@litherum litherum merged commit 62323a8 into gpuweb:main Dec 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2021

Previews, as seen when this build job started (28b6c44):
WebGPU | IDL
WGSL
Explainer

github-actions bot added a commit that referenced this pull request Dec 5, 2021
SHA: 62323a8
Reason: push, by @litherum

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Dec 5, 2021
SHA: 62323a8
Reason: push, by @litherum

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Dec 5, 2021
SHA: 62323a8
Reason: push, by @litherum

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Method of ensuring GPUShaderModules can contain MTLLibraries
3 participants