Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/layout/
Ddesc.rs193 ) -> Result<(), DescriptorSetDescSupersetError> { in ensure_superset_of() argument
756 pub enum DescriptorSetDescSupersetError { enum
770 impl error::Error for DescriptorSetDescSupersetError { implementation
782 impl fmt::Display for DescriptorSetDescSupersetError { implementation