gfx-rs / metal-rs

Rust bindings for Metal
Apache License 2.0
591 stars 112 forks source link

Add `V2_4` MTLLanguageVersion and `macOS_ReadWriteTextureTier2` feature #230

Closed jinleili closed 2 years ago

jinleili commented 2 years ago

Trivial commit, macOS_ReadWriteTextureTier2 feature is needed to fix wgpu's read_write_texture_tier .

Added two comments above MTLFeatureSet and MTLGPUFamily because someone confused the relationship between the two.

kvark commented 2 years ago

Please see CI failures

jinleili commented 2 years ago

Please see CI failures

Sorry, fixed now.