mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
Moves the `Drop` implementation for `GPUDevice` into a private `DroppableGPUDevice` struct. Also updates `Bindings.conf` to prevent the generation of `Drop` implementations for `GPUDevice`. Testing: WebGpu tests just cover the cases Fixes: Partially #26488 Signed-off-by: Domenico Rizzo <domenico.rizzo@gmail.com>