Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 355 Bytes

WGPUNative.jl

WGPU (wgpu-native) julia bindings

Supports following architectures

  • macOS aarch64 (aarch64-apple-darwin)
  • Linux aarch64 {libc=glibc} (aarch64-linux-gnu)
  • Windows i686 (i686-w64-mingw32)
  • macOS x86_64 (x86_64-apple-darwin)
  • Linux x86_64 {libc=glibc} (x86_64-linux-gnu)
  • Windows x86_64 (x86_64-w64-mingw32)