Skip to content

Commit 97d4dda

Browse files
committed
Implements Device::destroy_acceleration_structure().
1 parent 7a8c240 commit 97d4dda

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
@@ -1787,7 +1787,7 @@ impl crate::Device for super::Device {
17871787
&self,
17881788
_acceleration_structure: super::AccelerationStructure,
17891789
) {
1790-
unimplemented!()
1790+
// self.counters.acceleration_structures.sub(1);
17911791
}
17921792

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

0 commit comments

Comments
 (0)