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