mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
dawn.json changes to match upstream webgpu.h
Bug: dawn:1080 Change-Id: Icc77f8ccd5a07162d0e7795d7160d936f9c33e49 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64620 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
edeb54abf3
commit
7d174a1eff
@@ -309,7 +309,7 @@ def link_typedef(typedef, types):
|
||||
# similar to the original order (though the sort isn't technically stable).
|
||||
#
|
||||
# It works by computing for each struct type what is the depth of its DAG of
|
||||
# dependents, then resorting based on that depth using Python's stable sort.
|
||||
# dependents, then re-sorting based on that depth using Python's stable sort.
|
||||
# This makes a toposort because if A depends on B then its depth will be bigger
|
||||
# than B's. It is also nice because all nodes with the same depth are kept in
|
||||
# the input order.
|
||||
|
||||
Reference in New Issue
Block a user