mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-15 01:26:06 +00:00
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>
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
struct S {
|
|
/* 0x0000 */ float2x2 m;
|
|
};
|
|
|