Skip to content

feat: expose WebGPU texture format tier capabilities#8459

Open
mvaligursky wants to merge 1 commit intomainfrom
mv-webgpu-texture-format-tiers
Open

feat: expose WebGPU texture format tier capabilities#8459
mvaligursky wants to merge 1 commit intomainfrom
mv-webgpu-texture-format-tiers

Conversation

@mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Feb 13, 2026

Summary

  • add GraphicsDevice.supportsTextureFormatTier1 and GraphicsDevice.supportsTextureFormatTier2 capability flags with JSDoc defaults
  • keep WebGPU optional feature requests for texture-format-tier1 and texture-format-tier2 and ensure tier1 is reported when tier2 is enabled
  • make runtime capability checks for texture format tiers consistent with WebGPU feature tier semantics

Add GraphicsDevice capability flags for texture-format-tier1/tier2 and ensure tier1 is reported when tier2 is available, so feature checks are consistent with WebGPU capability tiers.

Co-authored-by: Cursor <cursoragent@cursor.com>
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