Skip to content

Commit 95ca795

Browse files
committed
Implements Device::destroy_acceleration_structure().
1 parent 6e39832 commit 95ca795

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
@@ -1610,7 +1610,7 @@ impl crate::Device for super::Device {
16101610
&self,
16111611
_acceleration_structure: super::AccelerationStructure,
16121612
) {
1613-
unimplemented!()
1613+
// self.counters.acceleration_structures.sub(1);
16141614
}
16151615

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

0 commit comments

Comments
 (0)