Skip to content

v0.9.0

Choose a tag to compare

@kolkov kolkov released this 09 Feb 22:29
· 32 commits to main since this release
a32ae78

Added

  • HalProvider interface for direct HAL device/queue access
    • HalDevice() any — returns underlying HAL device
    • HalQueue() any — returns underlying HAL queue
    • Optional interface on DeviceProvider — use type assertion
    • Enables GPU accelerators to share host devices without creating their own wgpu instance