commit | a3d2f2469239564d98e730adb4b699bb3f7ec791 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Mon Nov 15 08:43:55 2021 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Nov 15 14:52:18 2021 +0000 |
tree | d37871018d1e6eb1a37e2779b36c3a0983e98def | |
parent | 7fab38d97acec313f1a5e9d416c8400837a5149a [diff] |
Simplify literal creation in SPIR-V. We had several ways of creating one, zero, true, false, and arbitrary literals throughout the code. These have all been simplified to `writeLiteral(double, Type)`. Change-Id: I8094f142d24b5068e1baf7db8a6148a22e864682 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/471377 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com>