commit | 5ddf4e5b6d971a43655bf01705f853b1a1839485 | [log] [tgz] |
---|---|---|
author | Srijan Dhungana <srijan.dhungana6@gmail.com> | Tue Jun 11 03:27:30 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 11 03:27:30 2024 +0000 |
tree | 0d42f8ad19d055182bf965f8ce456de69e18e430 | |
parent | 5e2f857bebb5f7d89d1c1b5a59e28d068b476172 [diff] |
Static samplers are passed to root signature creation Static samplers are provided via BindGroupLayoutEntry to the BindGroupLayout where it is stored. Then when creating the PipelineLayout (RootSignature) they are turned into static samplers for the pipeline. Change-Id: I60ac3754b2e24f452dc667ab3e35d6b591f3fffe Bug: 42241433 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191381 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Srijan Dhungana <srijan.dhungana6@gmail.com> Reviewed-by: Austin Eng <enga@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.