Home
last modified time | relevance | path

Searched defs:FramebufferCreationError (Results 1 – 1 of 1) 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
496 pub enum FramebufferCreationError { enum
577 impl From<OomError> for FramebufferCreationError { implementation
583 impl Error for FramebufferCreationError { implementation
592 impl Display for FramebufferCreationError { implementation
703 impl From<VulkanError> for FramebufferCreationError { implementation