Skip to content

Commit

Permalink
add windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 6, 2024
1 parent 771082d commit b0c08ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu/wgpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ package wgpu
// Windows
#cgo windows,amd64 LDFLAGS: -L${SRCDIR}/lib/windows/amd64 -lwgpu_native
#cgo windows,arm64 LDFLAGS: -L${SRCDIR}/lib/windows/arm64 -lwgpu_native
#cgo windows LDFLAGS: -lopengl32 -lgdi32 -ld3dcompiler_47 -lws2_32 -luserenv -lbcrypt -lntdll
Expand Down

0 comments on commit b0c08ef

Please sign in to comment.