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