LearnWebGPU-Code icon indicating copy to clipboard operation
LearnWebGPU-Code copied to clipboard

vscode report webgpu/bin/macos-arm64/libwgpu_native.dylib not found

Open relaxslow opened this issue 5 months ago • 0 comments

I use wgpu-native, there is a folder named 'webgpu/bin/macos-aarch64' instead of 'webgpu/bin/macos-arm64'

but in the cmakelists ,the following command actually need libwgpu_native.dylib file in webgpu/bin/macos-arm64 folder target_link_libraries(cgame webgpu glfw) target_copy_webgpu_binaries(cgame)

I changed the folder webgpu/bin/macos-aarch64 to webgpu/bin/macos-arm64 , the issue is gone . but I thought this should not happened

relaxslow avatar Sep 07 '24 21:09 relaxslow