Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
var
/
initialization
/
private
/
struct.wgsl.expected.hlsl
blob: 55161d8e2192829d79640170af0bea242ec75b5e [
file
]
struct
S
{
int
a
;
float
b
;
};
static
S v
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
v
;
return
;
}