gfx-rs / metal-rs

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

(WIP) Add new_texture_with_io_surface_plane #223

Open xiaopengli89 opened 2 years ago

xiaopengli89 commented 2 years ago

Relate to #87

kvark commented 2 years ago

It's unfortunate to drag the iosurface dependency in. It breaks often and depends on a whole bunch of stuff - https://crates.io/crates/io-surface/0.15.1/dependencies

kvark commented 2 years ago

Filed https://github.com/servo/core-foundation-rs/issues/483 for a better solution

xiaopengli89 commented 2 years ago

All right