Skip to content

Commit e395053

Browse files
committed
Implements Device::destroy_acceleration_structure().
1 parent 189b5f2 commit e395053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-hal/src/metal/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ impl crate::Device for super::Device {
17031703
&self,
17041704
_acceleration_structure: super::AccelerationStructure,
17051705
) {
1706-
unimplemented!()
1706+
// self.counters.acceleration_structures.sub(1);
17071707
}
17081708

17091709
fn tlas_instance_to_bytes(&self, _instance: TlasInstance) -> Vec<u8> {

0 commit comments

Comments
 (0)