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

WGPU: Fix new WGPUStringView breaks shader compilation. (#8009) #8010

Closed
wants to merge 1 commit into from

Conversation

blitz-research
Copy link

Hi,

This fixes a problem with the latest Dawn source code which is preventing the WGPU backend from building.

Dawn has been modified to use a StringView struct to pass shader source, so you can no longer pass a simple const char*.

Bye,
Mark

@ocornut
Copy link
Owner

ocornut commented Sep 23, 2024

Merged as 7f81fbc. Thanks!

@ocornut ocornut closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants