Enum wgpu_core::device::RenderPassCompatibilityError [−][src]
pub enum RenderPassCompatibilityError {
IncompatibleColorAttachment(ArrayVec<[TextureFormat; 4]>, ArrayVec<[TextureFormat; 4]>),
IncompatibleDepthStencilAttachment(Option<TextureFormat>, Option<TextureFormat>),
IncompatibleSampleCount(u8, u8),
}Variants
IncompatibleColorAttachment(ArrayVec<[TextureFormat; 4]>, ArrayVec<[TextureFormat; 4]>)IncompatibleDepthStencilAttachment(Option<TextureFormat>, Option<TextureFormat>)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl Send for RenderPassCompatibilityErrorimpl Sync for RenderPassCompatibilityErrorimpl Unpin for RenderPassCompatibilityErrorimpl UnwindSafe for RenderPassCompatibilityErrorBlanket Implementations
Mutably borrows from an owned value. Read more