Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/buffer/
Dview.rs286 pub enum BufferViewCreationError { enum
305 impl error::Error for BufferViewCreationError { implementation
315 impl fmt::Display for BufferViewCreationError { implementation
341 impl From<OomError> for BufferViewCreationError { implementation
343 fn from(err: OomError) -> BufferViewCreationError { in from()
348 impl From<Error> for BufferViewCreationError { implementation
350 fn from(err: Error) -> BufferViewCreationError { in from()