wgpu_test

Function did_fail

Source
pub fn did_fail<T>(device: &Device, callback: impl FnOnce() -> T) -> (bool, T)
Expand description

Returns true if the provided callback fails validation.