[glsl-in] Implicit convert texture functions

This commit is contained in:
João Capucho
2021-07-29 22:37:24 +01:00
committed by Dzmitry Malyshau
parent 56ce439ff5
commit 65e915f998
2 changed files with 716 additions and 731 deletions

View File

@@ -625,7 +625,8 @@ impl<'function> Context<'function> {
}
}
HirExprKind::Call(call) if !lhs => {
let maybe_expr = program.function_call(self, body, call.kind, &call.args, meta)?;
let maybe_expr = program
.function_or_constructor_call(self, body, call.kind, &call.args, meta)?;
return Ok((maybe_expr, meta));
}
HirExprKind::Conditional {

File diff suppressed because it is too large Load Diff