mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 03:11:29 +00:00
- reduce output location value - texture_depth_multisampled_2d - matrix stride handling - ldexp for unsigned second argument Change-Id: Ib0782838dfa93fc637118cbf1faea67cf2406dd5 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60460 Auto-Submit: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
24 lines
376 B
Plaintext
24 lines
376 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
struct tint_padded_array_element {
|
|
/* 0x0000 */ packed_float2 el;
|
|
/* 0x0008 */ int8_t tint_pad[56];
|
|
};
|
|
struct tint_array_wrapper {
|
|
/* 0x0000 */ tint_padded_array_element arr[3];
|
|
};
|
|
struct S {
|
|
/* 0x0000 */ tint_array_wrapper field0;
|
|
};
|
|
|
|
void main_1() {
|
|
return;
|
|
}
|
|
|
|
fragment void tint_symbol() {
|
|
main_1();
|
|
return;
|
|
}
|
|
|