Enum wgpu_core::pipeline::DepthStencilStateError [−][src]
pub enum DepthStencilStateError {
FormatNotRenderable(TextureFormat),
FormatNotDepth(TextureFormat),
FormatNotStencil(TextureFormat),
}Variants
FormatNotRenderable(TextureFormat)FormatNotDepth(TextureFormat)FormatNotStencil(TextureFormat)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DepthStencilStateErrorimpl Send for DepthStencilStateErrorimpl Sync for DepthStencilStateErrorimpl Unpin for DepthStencilStateErrorimpl UnwindSafe for DepthStencilStateErrorBlanket Implementations
Mutably borrows from an owned value. Read more