feat(layers): port BitmapLayer to WebGPU#10470
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab64ce1f15
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Review follow-up: all reviewer threads are addressed and resolved in ffc254f. Local build, lint, focused BitmapLayer tests, and website checks passed. GitHub reports the PR approved and mergeable. CI finished with test-website and test-python green; test-node is blocked only by an unrelated MapboxOverlay timing failure in test/modules/mapbox/mapbox-overlay.spec.ts, where drawLog was [poi, poi] instead of [poi]. Rerun that check before merge. |
For #9504
Split from #10450.
Goal
Port the small, self-contained BitmapLayer rendering path to WebGPU and expose the website examples it directly unlocks.
Why this is low risk
getBufferLayouts()call asmaster.device.type === 'webgpu'.Website examples
Changes
Validation
yarn buildyarn lint(passes; existing repository warnings remain)yarn test-headless test/modules/layers/bitmap-layer.spec.tsyarn test-website/examples/tile-layerand/examples/wms-layerproduced no BitmapLayer, shader, or pipeline console errors.