mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[glsl-in] Implicit convert texture functions
This commit is contained in:
committed by
Dzmitry Malyshau
parent
56ce439ff5
commit
65e915f998
@@ -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
Reference in New Issue
Block a user