Searched defs:BufferViewCreationError (Results 1 – 1 of 1) sorted by relevance
87 ) -> Result<Arc<BufferView>, BufferViewCreationError> { in new() argument94 ) -> Result<Arc<BufferView>, BufferViewCreationError> { in new_inner() argument332 pub enum BufferViewCreationError { enum364 impl Error for BufferViewCreationError { implementation373 impl Display for BufferViewCreationError { implementation408 impl From<OomError> for BufferViewCreationError { implementation414 impl From<VulkanError> for BufferViewCreationError { implementation420 impl From<RequirementNotMet> for BufferViewCreationError { implementation