Struct wgpu_hal::ValidationCanary
source · pub struct ValidationCanary { /* private fields */ }
Expand description
Flag for internal testing.
Implementations§
source§impl ValidationCanary
impl ValidationCanary
sourcepub fn get_and_reset(&self) -> bool
pub fn get_and_reset(&self) -> bool
Returns true if any API validation error has occurred in this process since the last call to this function.