Home
last modified time | relevance | path

Searched defs:IncompatiblePixelsType (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/
Dformat.rs454 fn ensure_accepts(format: Format) -> Result<(), IncompatiblePixelsType>; in ensure_accepts() argument
465 pub struct IncompatiblePixelsType; struct
467 impl error::Error for IncompatiblePixelsType {} implementation
469 impl fmt::Display for IncompatiblePixelsType { implementation