Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dframebuffer.rs69 ) -> Result<Arc<Framebuffer>, FramebufferCreationError> { in new() argument
81 return Err(FramebufferCreationError::AttachmentCountMismatch { in new()
94 return Err(FramebufferCreationError::AutoExtentAttachmentsEmpty); in new()
103 return Err(FramebufferCreationError::AutoLayersAttachmentsEmpty); in new()
115 return Err(FramebufferCreationError::MultiviewLayersInvalid); in new()
136 return Err(FramebufferCreationError::AttachmentMissingUsage { in new()
150 return Err(FramebufferCreationError::AttachmentMissingUsage { in new()
166 return Err(FramebufferCreationError::AttachmentMissingUsage { in new()
176 return Err(FramebufferCreationError::AttachmentFormatMismatch { in new()
185 return Err(FramebufferCreationError::AttachmentSamplesMismatch { in new()
[all …]
Dmod.rs30 framebuffer::{Framebuffer, FramebufferCreateInfo, FramebufferCreationError},