mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 19:01:24 +00:00
* Add new template utilty functions, including the ability to split out multiple files. * Add basic printing of the semantic overloads. * Add a pointer from the overload to the function * Change TemplateArguments from a list of FQN to a list of interface{} (any). This is required as once the overload is permutated, some arguments will need to hold integers. This will be used by the test generator. Bug: tint:832 Change-Id: Idbfbe85e52489b31850cbb0ee7430bb4b021530e Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53046 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>