File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
framework-crates/objc2-metal/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ extern crate alloc;
3636#[ cfg( feature = "std" ) ]
3737extern crate std;
3838
39+ #[ cfg( feature = "MTLAccelerationStructureTypes" ) ]
40+ mod acceleration_structure_types;
3941#[ cfg( feature = "MTLCaptureManager" ) ]
4042mod capture;
4143#[ cfg( feature = "MTLCounters" ) ]
4244mod counters;
4345#[ cfg( feature = "MTLDevice" ) ]
4446mod device;
4547mod generated;
46- #[ cfg( feature = "MTLAccelerationStructureTypes" ) ]
47- mod packed;
4848#[ cfg( feature = "unstable-private" ) ]
4949mod private;
5050#[ cfg( feature = "MTLRasterizationRate" ) ]
@@ -57,14 +57,14 @@ mod texture;
5757#[ cfg( feature = "MTLTypes" ) ]
5858mod types;
5959
60+ #[ cfg( feature = "MTLAccelerationStructureTypes" ) ]
61+ pub use self :: acceleration_structure_types:: MTLPackedFloat3 ;
6062#[ cfg( feature = "MTLCounters" ) ]
6163pub use self :: counters:: * ;
6264#[ cfg( feature = "MTLDevice" ) ]
6365pub use self :: device:: * ;
6466#[ allow( unused_imports, unreachable_pub) ]
6567pub use self :: generated:: * ;
66- #[ cfg( feature = "MTLAccelerationStructureTypes" ) ]
67- pub use self :: packed:: MTLPackedFloat3 ;
6868#[ cfg( feature = "unstable-private" ) ]
6969pub use self :: private:: MTLDevicePrivate ;
7070#[ cfg( feature = "MTLResource" ) ]
You can’t perform that action at this time.
0 commit comments