gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 551 forks source link

MTLGPUFamilyMac1 is deprecated #3797

Closed nullhook closed 7 months ago

nullhook commented 7 months ago

lib.rs uses MTLGPUFamilyMac1 to detect support for binary archives. however, it's deprecated. should use MTLGPUFamilyMac2 instead.

image

additionally, i don't see a check for GPUFamilyCommon type. is that intentional?

cwfitzgerald commented 7 months ago

Hello! gfx-hal is deprecated. If you're interested in fixing this, we will accept PRs, but we aren't actively maintaining it anymore