tree: 42d3e787e0cacde4d0204fc9503c72bcd9119fa5 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. OWNERS
  4. README.md
  5. webgpu.cc
  6. webgpu.h
  7. webgpu.idl
  8. webgpu_adapter.cc
  9. webgpu_adapter.h
  10. webgpu_adapter.idl
  11. webgpu_adapter_descriptor.idl
  12. webgpu_device.cc
  13. webgpu_device.h
  14. webgpu_device.idl
  15. window_webgpu.cc
  16. window_webgpu.h
  17. window_webgpu.idl
third_party/blink/renderer/modules/webgpu/README.md

WebGPU Blink module

The WebGPU API is the successor to the WebGL and WebGL 2 graphics APIs for the Web. It will provide modern features such as “GPU compute” as well as lower overhead access to GPU hardware and better, more predictable performance. WebGPU is being developed by the “GPU for the Web” W3C community group.

This Blink module implements the WebGPU API's sketch WebIDL that will evolve as WebGPU gets closer to an MVP.