Re: [blink-dev] Intent to Ship: WebGPU: 'primitive_index' feature

2025-09-11 Thread 'Brandon Jones' via blink-dev
so much for doing that. >> >> LGTM1 >> >> On Wednesday, September 3, 2025 at 7:49:21 PM UTC+1 Brandon Jones wrote: >> >> Hey Alex! >>> >>> An updated explainer is now hosted at >>> https://github.com/gpuweb/gpuweb/blob/main/proposals/pr

Re: [blink-dev] Intent to Ship: WebGPU: 'primitive_index' feature

2025-09-03 Thread 'Brandon Jones' via blink-dev
support the feature, but can't without more to go on. Can you > produce and updated explainer with the various things we usually expect to > see? > > Best, > > Alex > On Wednesday, August 27, 2025 at 7:17:40 PM UTC+1 Brandon Jones wrote: > >> Apologies! We're cu

Re: [blink-dev] Intent to Ship: WebGPU: 'primitive_index' feature

2025-08-27 Thread 'Brandon Jones' via blink-dev
Apologies! We're currently trying to decide where docs like that should live after we move them out of experimental status. In the meantime you can see the historical copy of the explainer here: https://dawn.googlesource.com/dawn/+/2819d509eff7e314e5ebce15cc3a7cb13370a505/docs/tint/extensions/chrom

[blink-dev] Intent to remove: navigator.xr.supportsSession

2025-02-12 Thread Brandon Jones
Primary eng (and PM) emails bajo...@chromium.org Summary navigator.xr.supportsSession was replaced in the WebXR spec by the navigator.xr.isSessionSupported method in September of 2019 after receiving feedback on the API shape from the TAG. It has been marked as deprecated in Chromium since then,

Re: [blink-dev] Intent to Prototype: WebXR/WebGPU integration

2024-08-14 Thread 'Brandon Jones' via blink-dev
The link was previously working for me, but I've updated it just in case. Thanks! On Wednesday, August 14, 2024 at 10:32:29 AM UTC-7 Caleb Raitto wrote: > FYI, in the Chrome status entry ( > https://chromestatus.com/feature/5077077997649920), the link to this > intent to prototype is broken. >

Re: [blink-dev] Intent to Ship: WebGPU on Android

2023-10-27 Thread 'Brandon Jones' via blink-dev
hris Harrelson wrote: >> >> LGTM1 - this is an easy one :) >> >> On Fri, Oct 27, 2023 at 1:21 PM 'Brandon Jones' via blink-dev < >> blink-dev@chromium.org> wrote: >> >>> Contact emails bajo...@chromium.org, cwal...@chromium.org >>&g

[blink-dev] Intent to Ship: WebGPU on Android

2023-10-27 Thread &#x27;Brandon Jones' via blink-dev
Contact emailsbajo...@chromium.org, cwal...@chromium.org Explainerhttps://gpuweb.github.io/gpuweb/explainer/ Specificationhttps://www.w3.org/TR/webgpu Design docs https://gpuweb.github.io/gpuweb https://gpuweb.github.io/gpuweb/wgsl https://gpuweb.github.io/gpuweb/explainer Summary This Intent t

Re: [blink-dev] WebGPU error catching when rendering on worker

2023-08-03 Thread &#x27;Brandon Jones' via blink-dev
ny errors thrown by > webgpu device. I was able to use the uncapturederror event listener after > removing the loop. > > Thanks, > Wen Han > > On Tuesday, 1 August 2023 at 02:50:15 UTC+8 Brandon Jones wrote: > >> Hi Wenhan! >> >> I [wrote a quick test](https

Re: [blink-dev] WebGPU error catching when rendering on worker

2023-07-31 Thread &#x27;Brandon Jones' via blink-dev
Hi Wenhan! I [wrote a quick test](https://codepen.io/toji/pen/ZEmVypz) to try this out and I'm able to see the uncapturederror events in the worker and forward them on to the main thread for logging. Is there a reduced version of the code that's producing the issue that you could share? Because o