Skip to content

Commit b1db5ba

Browse files
committed
Implements Device::destroy_acceleration_structure().
1 parent aef9b91 commit b1db5ba

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
@@ -1626,7 +1626,7 @@ impl crate::Device for super::Device {
16261626
&self,
16271627
_acceleration_structure: super::AccelerationStructure,
16281628
) {
1629-
unimplemented!()
1629+
// self.counters.acceleration_structures.sub(1);
16301630
}
16311631

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

0 commit comments

Comments
 (0)