Type Alias naga::valid::type::LayoutCompatibility

source ·
type LayoutCompatibility = Result<Alignment, (Handle<Type>, Disalignment)>;

Aliased Type§

enum LayoutCompatibility {
    Ok(Alignment),
    Err((Handle<Type>, Disalignment)),
}

Variants§

§1.0.0

Ok(Alignment)

Contains the success value

§1.0.0

Err((Handle<Type>, Disalignment))

Contains the error value