Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
var
/
initialization
/
private
/
struct.wgsl.expected.msl
blob: 948d0b709a1c3ea7fb78df8b4469075422080dab [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
kernel
void
tint_symbol
()
{
thread S tint_symbol_1
=
{};
(
void
)
tint_symbol_1
;
return
;
}