mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-15 08:06:19 +00:00
tint: Replace smoothStep with smoothstep in tests
There were some tests that were still using the deprecated name, as was the SPIR-V reader. Bug: tint:1483 Change-Id: Ie919596712e05340110fbd872470a1b4c9a625c7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86745 Auto-Submit: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
c2849f3fb9
commit
0384932f1a
@@ -67,7 +67,7 @@ fn main_1() {
|
||||
let x_89 : f32 = x_6.x_GLF_uniform_float_values[1].el;
|
||||
let x_91 : vec4<f32> = v0;
|
||||
let x_93 : i32 = a;
|
||||
v1[x_83] = smoothStep(vec4<f32>(x_85, x_87, x_89, 3.0), vec4<f32>(1.0, 1.0, 1.0, 1.0), x_91)[x_93];
|
||||
v1[x_83] = smoothstep(vec4<f32>(x_85, x_87, x_89, 3.0), vec4<f32>(1.0, 1.0, 1.0, 1.0), x_91)[x_93];
|
||||
}
|
||||
|
||||
continuing {
|
||||
|
||||
Reference in New Issue
Block a user