This website requires JavaScript.
Explore
Help
Sign In
encounter
/
dawn-cmake
mirror of
https://github.com/encounter/dawn-cmake.git
Watch
1
Star
0
Fork
You've already forked dawn-cmake
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
238716e833
dawn-cmake
/
test
/
tint
/
bug
/
chromium
/
1221120.wgsl.expected.msl
6 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ast: Fix nullptr deref in Variable::info_to_str Varaibles can infer types now, in which case the type_ field is null. Fixed: chromium:1221120 Change-Id: I0cb2a6a2e8128c56625f48940cf73cf4cadb22ce Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/55252 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
2021-06-21 19:20:16 +00:00
#include <metal_stdlib>
using namespace metal;
constant int H = 1;
writers: Use the new sem::Module::DependencyOrderedDeclarations As the resolver currently enforces in-order declarations, this does not change the declaration order from iterating over the ast::Module::GlobalDeclarations. The MSL backend has been changed to use the sem::Module::DependencyOrderedDeclarations list instead of looping over different declaration types separately. Bug: tint:1266 Change-Id: I698d612032285311017bfceab3c42adae1928a0e Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/79767 Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
2022-02-09 23:55:51 +00:00