commit | 441af7d8ab5f5d8387ecdfc28143e88c40a0bc98 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Tue Dec 10 21:09:26 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 10 21:09:26 2024 +0000 |
tree | bc61a426b2a3aa7f1e3842d6f03f5765c1143d9d | |
parent | 0602fb000982f1beb6eac3d705e13c864e785732 [diff] |
[Compat] Remove GL requiring color_buffer_(half_)float extensions They are optional feature now: https://github.com/gpuweb/gpuweb/pull/4983 Yet compat feature level is unsettled. Remove to unblock requesting a GL context without extensions. Bug: 381214487, 382084196 Change-Id: I4c57defbebd4d9d68abe2b0b20eb6c50cafde953 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218700 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Gregg Tavares <gman@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.