Skip to content

release: v0.29.0 — Features() on DeviceProvider - #32

Merged
kolkov merged 3 commits into
mainfrom
release/v0.29.0
Aug 27, 2026
Merged

release: v0.29.0 — Features() on DeviceProvider#32
kolkov merged 3 commits into
mainfrom
release/v0.29.0

Conversation

@kolkov

@kolkov kolkov commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Features() on DeviceProvider

New method on DeviceProvider interface — enables consumers to query optional device capabilities without importing wgpu.

Added

  • DeviceProvider.Features() gputypes.Features — returns bitfield of optional device capabilities (e.g., FeatureRayQuery, FeatureTimestampQuery). Returns 0 if implementation does not track features (backward compatible). Matches Rust wgpu device.features() pattern.

Changed

  • deps: gputypes v0.5.2 → v0.6.0 (ray tracing types)

Consumers

Implementations updated in cascade:

  • gogpu — returns features from wgpu.Device.Features()
  • ggNullDeviceHandle returns 0 (no GPU, no features)
  • g3d — can now query FeatureRayQuery before using RT

kolkov added 3 commits August 27, 2026 22:59
Enables consumers (g3d, gg) to query optional device capabilities
like FeatureRayQuery without importing wgpu directly.
- CHANGELOG: v0.29.0 with Features() method description
- ROADMAP: updated to v0.29.0 with full release history
- README: updated DeviceProvider description
@kolkov
kolkov merged commit b3b9b06 into main Aug 27, 2026
9 checks passed
@kolkov
kolkov deleted the release/v0.29.0 branch August 27, 2026 20:30
@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant