mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-19 04:53:39 +00:00
This helps push for comparing against nullptr more consistently. Also replaces .Get() == nullptr and .Get() != nullptr with just == nullptr and != nullptr. Bug: dawn:89 Change-Id: I884a4819f97305a73c11bad84391d1d2113ab7e2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/32922 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>