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

feat: add entryPoints to fix err #422

Closed
wants to merge 1 commit into from

Conversation

Djjanks
Copy link

@Djjanks Djjanks commented Jun 3, 2024

Add entrypoints to GPURenderPipelineDescriptor in modules to fix error on https://webgpu.github.io/webgpu-samples.

image

@beaufortfrancois
Copy link
Collaborator

@Djjanks You should update your browser to version 121. See https://developer.chrome.com/blog/new-in-webgpu-121#default_entry_points_to_shader_modules

@ben-clayton
Copy link
Collaborator

These fields were removed with #334, as the WebGPU specification was updated so that the entry point can be omitted if there is only one entry point in the WGSL with the requested stage.

Is your browser up to date?

@Djjanks
Copy link
Author

Djjanks commented Jun 5, 2024

Thank you very much! I did have an issue during the update, but reinstalling resolved my problem. I apologize for the inconvenience caused by the merge request.

@Djjanks Djjanks closed this Jun 5, 2024
@Djjanks Djjanks deleted the feature/add-entryPoints branch June 5, 2024 00:25
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