Closed jpvanoosten closed 2 months ago
Thanks!
@rajveermalviya Do you think there is anything missing here? Is this documented somewhere in wgpu-native
's repo?
Is this documented somewhere in wgpu-native's repo?
It's not, but wgpu-native
examples lists them here: https://github.com/gfx-rs/wgpu-native/blob/9f863b6f872ca699d7e99b46eb6a716d2c171423/examples/triangle/CMakeLists.txt#L18
And the list proposed here seems correct, also more info here on why they're required: https://github.com/gfx-rs/wgpu-native/issues/368#issuecomment-1951260931
This fixes the unresolved linker symbols on Windows.