Searched defs:ShaderInterfaceMismatchError (Results 1 – 1 of 1) sorted by relevance
1041 pub fn matches(&self, other: &ShaderInterface) -> Result<(), ShaderInterfaceMismatchError> { in matches() argument1154 pub enum ShaderInterfaceMismatchError { enum1180 impl Error for ShaderInterfaceMismatchError {} implementation1182 impl Display for ShaderInterfaceMismatchError { implementation