Skip to content

Fix WebGPU uniform warnings in RenderPassPicker#8436

Merged
mvaligursky merged 1 commit into
mainfrom
mv-picker-uniforms-temp-fix
Feb 3, 2026
Merged

Fix WebGPU uniform warnings in RenderPassPicker#8436
mvaligursky merged 1 commit into
mainfrom
mv-picker-uniforms-temp-fix

Conversation

@mvaligursky

Copy link
Copy Markdown
Contributor

Set required view uniforms (skyboxIntensity, cubeMapRotationMatrix, shadowAtlasParams) before setting up uniform buffers in the picker render pass. These uniforms are part of the forward view format but weren't being set during picking, causing WebGPU validation warnings.
Added TODO noting that ideally each pass should specify its own view format to avoid setting unnecessary uniforms.

@mvaligursky mvaligursky self-assigned this Feb 3, 2026
@mvaligursky mvaligursky requested a review from a team February 3, 2026 14:09
@mvaligursky mvaligursky added the area: graphics Graphics related issue label Feb 3, 2026
@mvaligursky mvaligursky merged commit c5e9319 into main Feb 3, 2026
8 checks passed
@mvaligursky mvaligursky deleted the mv-picker-uniforms-temp-fix branch February 3, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: graphics Graphics related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant