wgpu/tests
teoxoy 97acfd26ce rely on our ownership model to keep the device alive while there are still active submissions
`Global::device_drop` was wrongly assuming `device_poll` with `Maintain::Wait` was called but this is not a documented invariant and only `wgpu` was upholding this.
2024-11-14 06:27:37 -08:00
..
src Avoid breaking change: set_bind_group now takes Into<Option<...>> rather than Option<...> (#6452) 2024-10-23 15:29:42 -04:00
tests rely on our ownership model to keep the device alive while there are still active submissions 2024-11-14 06:27:37 -08:00
Cargo.toml Ray Queries (#6291) 2024-11-09 17:59:48 +00:00