commit | 42448dafb4846f0739df304bbba5bc8a542a3262 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Sat Sep 11 09:04:34 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Sep 11 09:04:34 2021 +0000 |
tree | 3af210c09ef44ed695d53737b8011c351b686b7d | |
parent | b21ccebac882139ab7741066913c561c035ef3f9 [diff] |
Remove descriptor from the parameter of ComputePipeline::Initialize() This patch removes the parameter "descriptor" in the function ComputePipeline::Initialize() so that we don't need to define FlatComputePipelineDescriptor right now. For render pipeline, as descriptor->vertex is being used for vertex pulling (passed into vertexModule->CreateFunction()), we will first refactor the related code in vertex pulling before removing the parameter "descriptor" in the function RenderPipeline::Initialize(). BUG=dawn:529 Change-Id: Ib172ac0c76fa24070e78c0e57c3262acad9399b9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64000 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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.