commit | 79ff84b1bdda592150d005bf85a5da59c8514d05 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jan 18 15:17:41 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 15:17:41 2024 +0000 |
tree | ec3e62095b0a48cc8e7f10fda40a1aa475f54167 | |
parent | 831a34269d2939975ecbae59d83d79c21de5cab7 [diff] |
Log error message if unable to open libEGL. When attempting to load the libEGL library, we can retrieve the erorr message for a failed load by providing a string. This CL updates the call to provide the string and provides the context as to why the load failed. Change-Id: Iafa71d72960a415030750f83056354393592f4a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170301 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Gregg Tavares <gman@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Stephen White <senorblanco@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.