Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/
Dmod.rs1041 pub fn matches(&self, other: &ShaderInterface) -> Result<(), ShaderInterfaceMismatchError> { in matches() argument
1154 pub enum ShaderInterfaceMismatchError { enum
1180 impl Error for ShaderInterfaceMismatchError {} implementation
1182 impl Display for ShaderInterfaceMismatchError { implementation