v0.20.0
Changed (BREAKING)
- Sentinel methods on type token interfaces —
Device,Queue,Adapter,Surface,Instancenow have unexported sentinel methods (gpuDevice(),gpuQueue(), etc.). Only concrete GPU implementations satisfy them — compile-time type safety instead ofinterface{}.
Full Changelog: v0.19.0...v0.20.0