mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-24 07:43:49 +00:00
[types]: Make Maintain
implement Debug
. (#5802)
This commit is contained in:
parent
b9b7050bb9
commit
eb69c5fd2f
@ -4470,7 +4470,7 @@ impl Default for ColorWrites {
|
||||
}
|
||||
|
||||
/// Passed to `Device::poll` to control how and if it should block.
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum Maintain<T> {
|
||||
/// On wgpu-core based backends, block until the given submission has
|
||||
/// completed execution, and any callbacks have been invoked.
|
||||
|
Loading…
Reference in New Issue
Block a user