Dusk icon indicating copy to clipboard operation
Dusk copied to clipboard

GCC build broken

Open dj2 opened this issue 3 years ago • 0 comments

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 avatar Sep 02 '22 18:09 dj2