mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +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
@@ -92,7 +92,7 @@ decorated with `NonWritable` or each member of the struct can be decorated with
|
||||
| sign | GLSLstd450FSign | sign | sign |
|
||||
| sin | GLSLstd450Sin | sin | sin |
|
||||
| sinh | GLSLstd450Sinh | sinh | sinh |
|
||||
| smoothStep | GLSLstd450SmoothStep | smoothstep | smoothstep |
|
||||
| smoothstep | GLSLstd450SmoothStep | smoothstep | smoothstep |
|
||||
| sqrt | GLSLstd450Sqrt | sqrt | sqrt |
|
||||
| step | GLSLstd450Step | step | step |
|
||||
| tan | GLSLstd450Tan | tan | tan |
|
||||
|
||||
Reference in New Issue
Block a user