We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e61990 commit afa0b8bCopy full SHA for afa0b8b
system/include/webgpu/webgpu_cpp.h
@@ -1560,7 +1560,7 @@ namespace wgpu {
1560
TextureUsage usage = TextureUsage::RenderAttachment;
1561
size_t viewFormatCount = 0;
1562
TextureFormat const * viewFormats;
1563
- CompositeAlphaMode alphaMode = CompositeAlphaMode::Opaque;
+ CompositeAlphaMode alphaMode = CompositeAlphaMode::Auto;
1564
uint32_t width;
1565
uint32_t height;
1566
PresentMode presentMode = PresentMode::Fifo;
0 commit comments