WebGPU: Difference between revisions

Content deleted Content added
m formatting fix
Implementations: Clarified API mentioned in source.
Tags: Mobile edit Mobile web edit
Line 44:
Both [[Google Chrome]] and [[Firefox]] support WebGPU with SPIR-V, with work ongoing for the WGSL front-end. Firefox and [[Deno (software)|Deno]] use the Rust wgpu library.<ref>{{Citation |title=wgpu |date=2024-01-03 |url=https://github.com/gfx-rs/wgpu |access-date=2024-01-03 |publisher=Rust Graphics Mages}}</ref> [[Safari (web browser)|Safari]] follows upstream specifications of both WebGPU and WGSL.<ref name = "officialStatus"/>
 
Chrome version 113 enabled initial WebGPU support on [[Microsoft Windows|Windows]] devices with [[Direct3D|Direct3D 12]], [[ChromeOS]] devices with [[Vulkan]], and [[macOS]] with [[Metal (API)|Metal]].<ref name="chrome113">{{Cite web |title=Chrome ships WebGPU |url=https://developer.chrome.com/blog/webgpu-release/ |access-date=2023-04-08 |website=Chrome Developers |language=en}}</ref> This support for [[Android (operating system)|Android]] was enabled in version 121.<ref name = "officialStatus"/>
 
==History==