Sign in
dawn
/
dawn
/
f0cb13db12638dfc1e023740bba0fa00ad55b03d
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
struct.wgsl.expected.msl
blob: 85df004968aa5ecc521a68189e96a6574afa7e1f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
kernel
void
v_1
()
{
S v
=
{};
}