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

GCC build broken #1

Open
2 tasks
dj2 opened this issue Sep 2, 2022 · 0 comments
Open
2 tasks

GCC build broken #1

dj2 opened this issue Sep 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dj2
Copy link
Owner

dj2 commented Sep 2, 2022

Building with clang works correctly, GCC, not so much.

  • libdawn.cpp fails to find wgpu symbols (e.g. wgpuRenderPassEncoderSetPipeline)
  • Deprecated copy warning from assigning backbufferView [1] (examples 4 and 5)

1:

src/example_04/main.cc:319:25: error: implicitly-declared ‘wgpu::TextureView& wgpu::TextureView::operator=(const wgpu::TextureView&)’ is deprecated [-Werror=deprecated-copy]
  319 |       attachment.view = backbufferView;
@dj2 dj2 added the bug Something isn't working label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant