pub trait GPUDeviceLostInfoMethods {
    // Required methods
    fn Reason(&self) -> GPUDeviceLostReason;
    fn Message(&self) -> DOMString;
}

Required Methods§

Implementors§