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