Skip to content

Commit 8e0cb3e

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@8394b10 🚀
1 parent 030ad7e commit 8e0cb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/naga/back/wgsl/writer.rs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,9 +3983,9 @@
39833983
Mf::Unpack4xI8 =&gt; Function::Regular(<span class="string">"unpack4xI8"</span>),
39843984
Mf::Unpack4xU8 =&gt; Function::Regular(<span class="string">"unpack4xU8"</span>),
39853985
Mf::Inverse =&gt; {
3986-
<span class="kw">let </span>typ = func_ctx.resolve_type(arg, <span class="kw-2">&amp;</span>module.types);
3986+
<span class="kw">let </span>ty = func_ctx.resolve_type(arg, <span class="kw-2">&amp;</span>module.types);
39873987

3988-
<span class="kw">let </span><span class="prelude-val">Some</span>(overload) = InversePolyfill::find_overload(typ) <span class="kw">else </span>{
3988+
<span class="kw">let </span><span class="prelude-val">Some</span>(overload) = InversePolyfill::find_overload(ty) <span class="kw">else </span>{
39893989
<span class="kw">return </span><span class="prelude-val">Err</span>(Error::UnsupportedMathFunction(fun));
39903990
};
39913991

0 commit comments

Comments
 (0)