Skip to content

release: v0.30.0 — DownlevelCapabilities on DeviceProvider (ADR-071) - #33

Merged
kolkov merged 2 commits into
mainfrom
release/v0.30.0
Aug 30, 2026
Merged

release: v0.30.0 — DownlevelCapabilities on DeviceProvider (ADR-071)#33
kolkov merged 2 commits into
mainfrom
release/v0.30.0

Conversation

@kolkov

@kolkov kolkov commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add DownlevelCapabilities() to DeviceProvider interface (7th method)
  • Bump gputypes v0.6.0 → v0.7.0

Details

Enables consumers (gg, g3d, Born ML) to query backend capabilities (compute support, indirect execution) without importing wgpu. Returns gputypes.DownlevelCapabilities — 27 Rust-parity flags.

Architecture: interface method, not type-assert. Follows Flutter Impeller "check capabilities, not backend type" principle. ADR-071.

Cascade: gputypes v0.7.0 (released) → gpucontext v0.30.0 → wgpu v0.33.0.

Test plan

  • GOWORK=off go build ./...
  • GOWORK=off go test ./... -count=1
  • go vet ./...
  • gofmt -l . — clean

kolkov added 2 commits August 29, 2026 12:48
Enables consumers (gg, g3d, Born ML) to query backend capabilities
(compute support, indirect execution) without importing wgpu.
Follows Features() precedent added for RT/ADR-062.

Ref: gogpu/wgpu#336
@kolkov
kolkov merged commit 94b5e6d into main Aug 30, 2026
9 checks passed
@codecov

codecov Bot commented Aug 30, 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