commit | 6b3a974b42a319fea060742004920b0ace0489d1 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Sat Jun 13 01:04:53 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Sat Jun 13 01:04:53 2020 +0000 |
tree | c799c18af0bda274f164efff392a21d69bd6f6e6 | |
parent | 2ef2be746d0aac990f21fdac68b4b7eb420b8ed0 [diff] |
OpenGL: Enable nonzero_clear_resources_on_creation_for_testing on buffer This patch enables nonzero_clear_resources_on_creation_for_testing toggle on buffer on OpenGL backends as a preparation of supporting buffer lazy-initialization in Dawn. BUG=dawn:414 TEST=dawn_end2end_tests Change-Id: Ib49ad17a5d89e14dbdb08d2eb8d6441fadb68f10 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/23143 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.