commit | 2c6470a2f45ab60b2797ec5810904e80e230743d | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Wed Jun 12 14:21:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 12 14:21:46 2024 +0000 |
tree | 248be3bf162fabb9f08581bc42126e3450df2dcd | |
parent | 3e277d21127fcc6547a04d0f48f5b522a1a93972 [diff] |
[metal] Add GetMTLDevice to MetalBackend Add metal::GetMTLDevice() method to MetalBackend to be used later for HDRMetalCopier by chromium. Bug: chromium:40260111 Change-Id: I1559c27131be97c48f95eb0f4ec7291ab1d04853 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193002 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.