Home
last modified time | relevance | path

Searched refs:DepthAttachmentResolveFormatMismatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs965 return Err(RenderPassError::DepthAttachmentResolveFormatMismatch); in validate_begin_rendering()
2707 DepthAttachmentResolveFormatMismatch, enumerator
2985 Self::DepthAttachmentResolveFormatMismatch => write!( in fmt()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs1155 return Err(RenderPassError::DepthAttachmentResolveFormatMismatch); in validate_begin_rendering()