v0.25.0
What's Changed
- Add memoryBarrierWithResources:count: by @andrewmilson in #237
- Bump dev-dependencies and fix examples by @madsmtm in #239
- Link to Apple Documentation, explain docs.rs failure by @IsaccBarker in #249
- Fix compilation warnings by @madsmtm in #240
- Adding support for the raytracing. by @Hossein-Noroozpour in #252
- Clean up RT API by @kvark in #256
- Expose AccelerationStructureGeometryDescriptorRef::set_opaque by @kvark in #257
- Add
MTLTextureType::D2MultisampleArray
by @armansito in #255 - Add
add_scheduled_handler
method toCommandBuffer
by @armansito in #254 - Document the
foreign_obj_type
macro. by @jimblandy in #251 - Fix type issues in CaptureDescriptor and CaptureManager, add documentation by @finnvoor in #258
- Add MTLAccelerationStructureUserIDInstanceDescriptor by @kvark in #259
- Add MTLAccelerationStructureInstanceDescriptorType by @kvark in #260
- Fix typo in README.md by @qwright10 in #262
- feature: Metal timestamps by @FL33TW00D in #263
- Add support for object and mesh shader by @zmarlon in #264
- Don't release the error obj manually by @teoxoy in #266
- chore: Fix timestamp bug and add required method by @FL33TW00D in #265
New Contributors
- @andrewmilson made their first contribution in #237
- @madsmtm made their first contribution in #239
- @IsaccBarker made their first contribution in #249
- @Hossein-Noroozpour made their first contribution in #252
- @armansito made their first contribution in #255
- @jimblandy made their first contribution in #251
- @finnvoor made their first contribution in #258
- @qwright10 made their first contribution in #262
- @FL33TW00D made their first contribution in #263
- @zmarlon made their first contribution in #264
- @teoxoy made their first contribution in #266
Full Changelog: v0.24.0...v0.25.0