commit | 44fef9a928bdce9d6246d2941b9161bd75a66c6c | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Thu Jan 28 15:21:15 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Jan 28 15:21:15 2021 +0000 |
tree | 9163c0c6765c1ca85c7ad6d60377586647e52d00 | |
parent | dc25c987276698a6a4b879c4e42a4405b9450895 [diff] |
Don't enable GL_FRAMEBUFFER_SRGB on OpenGL ES. This enum value is not supported, but the functionality is implied. Silences a GL error from ANGLE. Change-Id: Ib3eb242c53d548f7b9648f7037c3178705cbaecd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38800 Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.