gfx-rs / metal-rs

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

Add `CGColorSpace` type #242

Closed jinleili closed 1 year ago

jinleili commented 2 years ago

Prepare to add color space to wgpu

jinleili commented 1 year ago

Yes, but metal-rs currently does not directly depend on core-graphics crate, just core-graphics-types

AlexanderEkdahl commented 1 year ago

@jinleili I added these color spaces in https://github.com/servo/core-foundation-rs/pull/533 which would allow your implementation to use extended range rendering if you depend on core-graphics.