-2

Please explain, I still could not understand - the WebGPU standard - has it already been officially adopted?

There is still not much information on the Internet about this.

Lua_beg
  • 31
  • 6
  • 1
    [Implementation Status: Work in Progress](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) – Daniel W. Nov 16 '22 at 14:25
  • 1
    [Can I Use webgpu](https://caniuse.com/webgpu)? All major browser engines are working on implementing this spec. – Daniel W. Nov 16 '22 at 14:25
  • As you can see in [their recent meeting](https://github.com/gpuweb/gpuweb/wiki/%23-GPU-Web-meeting-2022-11-09-10-APAC-timed), there is still a lot of implementation and issue discussion going on. – Daniel W. Nov 16 '22 at 14:28
  • 1
    @DanielW. I just wanted to mention that it's not only for browsers but also very promising for portable (in terms of the code) native apps/games thanks to [wgpu](https://wgpu.rs/) and other libs. – Florian Nov 16 '22 at 14:39
  • @Daniel W, the question is, can it happen that in some future versions the WebGPU API will change? – Lua_beg Nov 16 '22 at 15:13
  • How strict can we answer this question? – Daniel W. Nov 16 '22 at 15:27
  • @DanielW. - not sure what you mean by "how strict" but the question itself is off-topic here. – David Makogon Nov 17 '22 at 14:26
  • It's not necessarily off-topic, it's just very poorly researched because the answer is right at their website. – Daniel W. Nov 17 '22 at 14:38

1 Answers1

0

Every API aims to not change but there is no guarantuee, especially when the status is work in progress / draft.

WebGPU in browsers: https://caniuse.com/webgpu

Implementation Status: https://github.com/gpuweb/gpuweb/wiki/Implementation-Status


Current status from https://gpuweb.github.io/gpuweb/

WebGPU

Editor’s Draft, 13 November 2022

What is an Editor's draft?

Software MAY implement these drafts at their own risk. Implementation is neither discouraged nor encouraged but can contribute to proposals for further action on a specification.

An Editor's Draft is a document that W3C has not yet published and the group responsible for the draft may publish eventually.

https://www.w3.org/standards/types#ED


Daniel W.
  • 31,164
  • 13
  • 93
  • 151