Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dview.rs87 ) -> Result<Arc<BufferView>, BufferViewCreationError> { in new() argument
94 ) -> Result<Arc<BufferView>, BufferViewCreationError> { in new_inner() argument
332 pub enum BufferViewCreationError { enum
364 impl Error for BufferViewCreationError { implementation
373 impl Display for BufferViewCreationError { implementation
408 impl From<OomError> for BufferViewCreationError { implementation
414 impl From<VulkanError> for BufferViewCreationError { implementation
420 impl From<RequirementNotMet> for BufferViewCreationError { implementation