feat(layers): extend WebGPU layer support#10450
Draft
ibgreen-openai wants to merge 1 commit into
Draft
Conversation
ibgreen-openai
force-pushed
the
codex/webgpu-layer-stack
branch
from
July 18, 2026 13:42
b088ab8 to
b19884b
Compare
ibgreen-openai
force-pushed
the
codex/webgpu-layer-stack
branch
from
July 18, 2026 14:26
b19884b to
bb1e679
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goals
masteras possible.Changes
device.type === 'webgpu'so the WebGL path remains as close to master as possible.Website examples verified on WebGPU
Validation
yarn buildyarn lint(passes with the repository's existing 70 module warnings and 18 example warnings)yarn test-websitenpx vitest run --project node test/modules/core/lib/attribute/attribute-buffer-groups.node.spec.ts(7/7)yarn test-headless test/modules/layers/bitmap-layer.spec.ts test/modules/aggregation-layers/screen-grid-layer.spec.ts test/modules/aggregation-layers/screengrid-cell-layer.spec.ts test/modules/aggregation-layers/contour-layer/contour-layer.spec.ts test/modules/aggregation-layers/hexagon-layer.spec.ts(11/11)yarn test-render test/render/test-cases/arc-layer.spec.ts test/render/test-cases/hexagon-layer.spec.ts test/render/test-cases/contour-layer.spec.ts test/render/test-cases/screen-grid-layer.spec.ts test/render/test-cases/path-layer.spec.ts test/render/test-cases/core-layers.spec.ts(39/39)Notes