Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/validity/
Dquery.rs358 ) -> Result<(), CheckResetQueryPoolError> { in check_reset_query_pool() argument
371 pub enum CheckResetQueryPoolError { enum
376 impl error::Error for CheckResetQueryPoolError {} implementation
378 impl fmt::Display for CheckResetQueryPoolError { implementation