gfx-rs / metal-rs

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

Fix accelerator structure `descriptor` methods #320

Closed madsmtm closed 3 months ago

madsmtm commented 3 months ago

These return a +0 autoreleased pointer, so we have to retain them ourselves before we put them in the strong smart pointer created by foreign_obj_type!.

Fixes https://github.com/gfx-rs/metal-rs/issues/319.