pub trait GPUUncapturedErrorEventMethods {
    // Required methods
    fn Error(&self) -> GPUOutOfMemoryErrorOrGPUValidationError;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§