Sign in
dawn
/
dawn
/
b41b866481d61082becaaed3060ce1b091fad2e7
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
struct.wgsl.expected.msl
blob: 7e754bca03afab38c315b5d5a84008c4df011b5e [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
kernel
void
tint_symbol
()
{
S v
=
{};
return
;
}