Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Dawn Graphics
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Dawn Graphics
Contact owners and managers
1–30 of 137
Mark all as read
Report group
0 selected
Arias Han
,
Cheng
2
Feb 21
How to properly static link webgpu_dawn in my project?
This reply is probably too late but I'm sharing my solution here. There are some hacks abusing
unread,
How to properly static link webgpu_dawn in my project?
This reply is probably too late but I'm sharing my solution here. There are some hacks abusing
Feb 21
Mister Feature
,
Corentin Wallez
2
Feb 12
Multiple queues for loading assets in background
Hey, Unfortunately that's a limitation of WebGPU at the moment and there is no perfect workaround
unread,
Multiple queues for loading assets in background
Hey, Unfortunately that's a limitation of WebGPU at the moment and there is no perfect workaround
Feb 12
Block Micro
, …
Felix Don
10
Jan 29
Access violation occurred when attempting to initialize dawn.
ok found the solution, Just replace the order of compilation On Tuesday, January 28, 2025 at 11:11:11
unread,
Access violation occurred when attempting to initialize dawn.
ok found the solution, Just replace the order of compilation On Tuesday, January 28, 2025 at 11:11:11
Jan 29
Leon Koole
, …
Corentin Wallez
9
Jan 17
Node Bindings - Support for runtimes without external buffers
> Could you file a bug on https://crbug.com/dawn/new? If you can provide repro instructions that
unread,
Node Bindings - Support for runtimes without external buffers
> Could you file a bug on https://crbug.com/dawn/new? If you can provide repro instructions that
Jan 17
Kalen White
,
Corentin Wallez
2
Jan 15
Issue with presenting a clear-color value with basic code in Dawn WebGPU (C API)
Hey Kalen, Dawn has a few samples, but to get started, the minimal code is probably https://github.
unread,
Issue with presenting a clear-color value with basic code in Dawn WebGPU (C API)
Hey Kalen, Dawn has a few samples, but to get started, the minimal code is probably https://github.
Jan 15
Kalen White
Jan 10
Cannot get 'clear color' of white to display, no real pipeline created yet
// Problem: Cannot get 'clear color' of white to display // I have implemented with dawn
unread,
Cannot get 'clear color' of white to display, no real pipeline created yet
// Problem: Cannot get 'clear color' of white to display // I have implemented with dawn
Jan 10
Kai Ninomiya
10/16/24
Fwd: Recording of WebGPU guest lecture at UPenn CIS 5650
Brandon reminded me to share the recording of the guest lecture I gave at UPenn's CIS 5650 GPU
unread,
Fwd: Recording of WebGPU guest lecture at UPenn CIS 5650
Brandon reminded me to share the recording of the guest lecture I gave at UPenn's CIS 5650 GPU
10/16/24
Akio Gaule
,
James Price
2
10/3/24
[Tint] Dual source blending SPIR-V
Hi Akio, We haven't implemented dual-source blending in the SPIR-V reader yet. I've opened
unread,
[Tint] Dual source blending SPIR-V
Hi Akio, We haven't implemented dual-source blending in the SPIR-V reader yet. I've opened
10/3/24
Akio Gaule
,
James Price
4
9/19/24
[Tint] Requiring language feature in SPIRV
Hi Akio, I've opened crbug.com/368289749 for this request. James On Fri, Sep 13, 2024 at 8:56 PM
unread,
[Tint] Requiring language feature in SPIRV
Hi Akio, I've opened crbug.com/368289749 for this request. James On Fri, Sep 13, 2024 at 8:56 PM
9/19/24
Akio Gaule
,
Kai Ninomiya
2
9/12/24
Adapter limits too limiting?
We have a bug filed here: https://crbug.com/350075283 I've relayed your feedback to the bug. Feel
unread,
Adapter limits too limiting?
We have a bug filed here: https://crbug.com/350075283 I've relayed your feedback to the bug. Feel
9/12/24
Marcin Mat
, …
Ken Russell
6
9/11/24
[Dawn + Tint] Compiler encountered an internal error
Hi, I've created https://issues.chromium.org/issues/365957553 which summarises all the info we
unread,
[Dawn + Tint] Compiler encountered an internal error
Hi, I've created https://issues.chromium.org/issues/365957553 which summarises all the info we
9/11/24
Jan Krassnigg
, …
John Wick
3
9/9/24
Loading simple HLSL shader converted to SPIR-V
Also you need to set row_major attribute in HLSL code for the matrix after changing the
unread,
Loading simple HLSL shader converted to SPIR-V
Also you need to set row_major attribute in HLSL code for the matrix after changing the
9/9/24
Edward Boszczowski
, …
Ken Russell
5
8/20/24
Webgpu + Qt
Hi Akash, Qt is probably assuming that it is receiving a bare CALayer, and is trying to set its
unread,
Webgpu + Qt
Hi Akash, Qt is probably assuming that it is receiving a bare CALayer, and is trying to set its
8/20/24
William Candillon
,
Ken Russell
2
8/14/24
[Show Dawn] React Native WebGPU
Hi William, Thank you for sharing your announcement here! This is exciting functionality for the
unread,
[Show Dawn] React Native WebGPU
Hi William, Thank you for sharing your announcement here! This is exciting functionality for the
8/14/24
Edward Boszczowski
,
Austin Eng
2
8/14/24
API interoperability
Hi Edward, In Dx12, you can create a share handle from a resource. Once you have the share handle,
unread,
API interoperability
Hi Edward, In Dx12, you can create a share handle from a resource. Once you have the share handle,
8/14/24
William Candillon
,
Corentin Wallez
8
7/29/24
default value for wgpu::BufferBindingLayout::type is Uniform?
Cloudflare workers support WebGPU and have their own bindings also inspired from dawn.node from what
unread,
default value for wgpu::BufferBindingLayout::type is Uniform?
Cloudflare workers support WebGPU and have their own bindings also inspired from dawn.node from what
7/29/24
Egor Yusov
7/25/24
Asynchronous pipeline creation is very slow
Hello! We are using asynchronous pipeline creation and noticed that it is very slow. Where our native
unread,
Asynchronous pipeline creation is very slow
Hello! We are using asynchronous pipeline creation and noticed that it is very slow. Where our native
7/25/24
Jaswant Panchumarti
, …
William Candillon
7
7/21/24
Bundling dawn into a monolithic shared lib
> I am definitely interested in any future build options that Dawn might offer. I am also
unread,
Bundling dawn into a monolithic shared lib
> I am definitely interested in any future build options that Dawn might offer. I am also
7/21/24
Matt Weichselbaum
,
Austin Eng
2
7/11/24
Loading Spirv shaders
Hi Matt, taking a look at the code, I think it's because you probably built Dawn without the
unread,
Loading Spirv shaders
Hi Matt, taking a look at the code, I think it's because you probably built Dawn without the
7/11/24
Orhun Birsoy
, …
Jaswant Panchumarti
4
7/9/24
CMake build issue related to DXC
Ran into this issue in github actions. https://dawn-review.googlesource.com/c/dawn/+/196935 adds `
unread,
CMake build issue related to DXC
Ran into this issue in github actions. https://dawn-review.googlesource.com/c/dawn/+/196935 adds `
7/9/24
Dan Sinclair
6/18/24
Deprecating the Tint source mirror.
Hi, Just wanted to give the heads up that we've deprecated the Tint mirror (dawn.googlesource.com
unread,
Deprecating the Tint source mirror.
Hi, Just wanted to give the heads up that we've deprecated the Tint mirror (dawn.googlesource.com
6/18/24
Rasmus Andersson
, …
Corentin Wallez
4
5/31/24
[wire] Migrating from SwapChain to Surface configuration
Hello hi Corentin! That sounds lovely. I did see the TODOs in the surface impl. SwapChain works just
unread,
[wire] Migrating from SwapChain to Surface configuration
Hello hi Corentin! That sounds lovely. I did see the TODOs in the surface impl. SwapChain works just
5/31/24
Mark Sibly
, …
Austin Eng
6
5/24/24
Weird issue with Adapter.GetProperties
I have created an issue here: https://issues.chromium.org/issues/342602627 On Thu, May 23, 2024 at 5:
unread,
Weird issue with Adapter.GetProperties
I have created an issue here: https://issues.chromium.org/issues/342602627 On Thu, May 23, 2024 at 5:
5/24/24
Mark Sibly
,
Corentin Wallez
3
5/20/24
Setting vertex/index buffers to null?
> The JS spec which is the source of truth for validation details like this D'oh, of course it
unread,
Setting vertex/index buffers to null?
> The JS spec which is the source of truth for validation details like this D'oh, of course it
5/20/24
Rakshit Sharma
5/2/24
[Dawn + Tint] Issue Tracker migration completed
Hi Everyone, We are happy to share that Dawn & Tint issue trackers migration to the new Issue
unread,
[Dawn + Tint] Issue Tracker migration completed
Hi Everyone, We are happy to share that Dawn & Tint issue trackers migration to the new Issue
5/2/24
Rakshit Sharma
5/2/24
[Dawn + Tint] Issue Trackers migration starts now
Hi Everyone, The migration to the new Issue Tracker is beginning now. Please expect downtime until
unread,
[Dawn + Tint] Issue Trackers migration starts now
Hi Everyone, The migration to the new Issue Tracker is beginning now. Please expect downtime until
5/2/24
Rakshit Sharma
5/1/24
Dawn & Tint Issue Trackers migration to the Chromium tracker begins May 2nd at 9am PT
Hi Everyone, As you might know, Chromium moved over to a new issue tracker earlier this year, the
unread,
Dawn & Tint Issue Trackers migration to the Chromium tracker begins May 2nd at 9am PT
Hi Everyone, As you might know, Chromium moved over to a new issue tracker earlier this year, the
5/1/24
yikes
, …
Dominic Cerisano
3
4/29/24
Poor design of WGPURenderPassColorAttachment
You can use memset and calloc to zero init structs in C. As of C99, designated initializers allow
unread,
Poor design of WGPURenderPassColorAttachment
You can use memset and calloc to zero init structs in C. As of C99, designated initializers allow
4/29/24
Mark Sibly
,
Corentin Wallez
3
4/23/24
Use DXGI to create Vulkan swap chain?
> I don't think we should add that capability to Dawn. No problem, I thought it might be a
unread,
Use DXGI to create Vulkan swap chain?
> I don't think we should add that capability to Dawn. No problem, I thought it might be a
4/23/24
Mark Sibly
,
Corentin Wallez
3
4/23/24
Explicit SwapChain creation deprecated
Thanks Corentin, I have made an issue report, including the code in my project that has changed in
unread,
Explicit SwapChain creation deprecated
Thanks Corentin, I have made an issue report, including the code in my project that has changed in
4/23/24