Enum wgpu_core::device::queue::QueueSubmitError [−][src]
pub enum QueueSubmitError {
Queue(DeviceError),
DestroyedBuffer(BufferId),
DestroyedTexture(TextureId),
Unmap(BufferAccessError),
SwapChainOutputDropped,
StuckGpu,
}Variants
Queue(DeviceError)DestroyedBuffer(BufferId)DestroyedTexture(TextureId)Unmap(BufferAccessError)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for QueueSubmitErrorimpl Send for QueueSubmitErrorimpl Sync for QueueSubmitErrorimpl Unpin for QueueSubmitErrorimpl !UnwindSafe for QueueSubmitErrorBlanket Implementations
Mutably borrows from an owned value. Read more