Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/pipeline/
Dshader.rs415 pub fn matches(&self, other: &ShaderInterface) -> Result<(), ShaderInterfaceMismatchError> { in matches() argument
472 pub enum ShaderInterfaceMismatchError { enum
498 impl error::Error for ShaderInterfaceMismatchError {} implementation
500 impl fmt::Display for ShaderInterfaceMismatchError { implementation