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
2190481ad9
dawn-cmake
/
test
/
bug
/
tint
/
369.wgsl.expected.msl
8 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[test]: Add test case for tint:369 Fixed: tint:369 Change-Id: Ib5f6c84bc8e0f43ab0034048ab1517335ae2d7bc Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57200 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
2021-07-08 12:00:31 +00:00
#include <metal_stdlib>
using namespace metal;
struct S {
msl: Handle buffer variables in transform This removes a lot of awkward logic from the MSL writer, and means that we now handle all module-scope variables with the same transform. Change-Id: I782e36a4b88dafbc3f8364f7caa7f95c6ae3f5f1 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/67643 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
2021-10-28 15:00:39 +00:00
float2x2 m;
[test]: Add test case for tint:369 Fixed: tint:369 Change-Id: Ib5f6c84bc8e0f43ab0034048ab1517335ae2d7bc Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57200 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
2021-07-08 12:00:31 +00:00
};