Skip to content

fix(layers): ColumnLayer flat mode in webgpu - #10535

Merged
Pessimistress merged 3 commits into
masterfrom
x/column-webgpu-fix
Aug 7, 2026
Merged

fix(layers): ColumnLayer flat mode in webgpu#10535
Pessimistress merged 3 commits into
masterfrom
x/column-webgpu-fix

Conversation

@Pessimistress

Copy link
Copy Markdown
Collaborator

Background

With extruded:false, ColumnLayer reuses the same model to draw fill and flat stroke. The model's vertexCount and uniform is swapped out right before the draw call. This does not work on a WebGPU device, where uniform buffer update does not happen synchronously.

Change List

  • Create separate models for fill and stroke

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage is 83.753%x/column-webgpu-fix into master. No base build found for master.

@Pessimistress
Pessimistress merged commit 708f5f0 into master Aug 7, 2026
5 checks passed
@Pessimistress
Pessimistress deleted the x/column-webgpu-fix branch August 7, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants