Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/validity/
Dquery.rs290 pub enum CheckCopyQueryPoolResultsError { enum
306 impl From<GetResultsError> for CheckCopyQueryPoolResultsError { implementation
323 impl error::Error for CheckCopyQueryPoolResultsError {} implementation
325 impl fmt::Display for CheckCopyQueryPoolResultsError { implementation