Searched refs:FramebufferCreationError (Results 1 – 2 of 2) sorted by relevance
69 ) -> Result<Arc<Framebuffer>, FramebufferCreationError> { in new() argument81 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 …]
30 framebuffer::{Framebuffer, FramebufferCreateInfo, FramebufferCreationError},