tree: 8a5a0d35aee600c4f720e1538fc46c409208ad3e [path history] [tgz]
  1. BUILD.gn
  2. dawn_control_client_holder.cc
  3. dawn_control_client_holder.h
  4. dawn_object.cc
  5. dawn_object.h
  6. DEPS
  7. gpu.cc
  8. gpu.h
  9. gpu.idl
  10. gpu_adapter.cc
  11. gpu_adapter.h
  12. gpu_adapter.idl
  13. gpu_device.cc
  14. gpu_device.h
  15. gpu_device.idl
  16. gpu_device_descriptor.idl
  17. gpu_extensions.idl
  18. gpu_limits.idl
  19. gpu_request_adapter_options.idl
  20. navigator_gpu.cc
  21. navigator_gpu.h
  22. navigator_gpu.idl
  23. OWNERS
  24. README.md
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.