Macro naga::front::wgsl::lower::resolve_inner_binary

source ยท
macro_rules! resolve_inner_binary {
    ($ctx:ident, $left:expr, $right:expr) => { ... };
}
Expand description

Resolves the inner types of two given expressions.

Expects a &mut ExpressionContext and two Handle<Expression>s.

Returns a tuple containing two &crate::TypeInner.

See the documentation of resolve_inner! for why this macro is necessary.