Searched defs:ShaderInterfaceMismatchError (Results 1 – 1 of 1) sorted by relevance
415 pub fn matches(&self, other: &ShaderInterface) -> Result<(), ShaderInterfaceMismatchError> { in matches() argument472 pub enum ShaderInterfaceMismatchError { enum498 impl error::Error for ShaderInterfaceMismatchError {} implementation500 impl fmt::Display for ShaderInterfaceMismatchError { implementation