Home
last modified time | relevance | path

Searched refs:ColorAttachmentFormatUsageNotSupported (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dcreation_error.rs35 ColorAttachmentFormatUsageNotSupported { attachment_index: u32 }, enumerator
242 Self::ColorAttachmentFormatUsageNotSupported { attachment_index } => write!( in fmt()
Dbuilder.rs533 … GraphicsPipelineCreationError::ColorAttachmentFormatUsageNotSupported { in validate_create()
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs387 … CommandBufferBeginError::ColorAttachmentFormatUsageNotSupported { in validate_begin()
527 ColorAttachmentFormatUsageNotSupported { attachment_index: u32 }, enumerator
566 Self::ColorAttachmentFormatUsageNotSupported { attachment_index } => write!( in fmt()
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs303 … CommandBufferBeginError::ColorAttachmentFormatUsageNotSupported { in validate_begin()