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