Sign in
dawn
/
dawn
/
5d26a4c1f30bd02374ed2a17b82d1750ae38f85c
/
.
/
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
=
{};
}